Html Css Color HEX #4838AE Blue Gem

📋 copy color: '#4838AE'

red 72 ◦ green 56 ◦ blue 174

#4838AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4838AE

Tints of Blue Gem #4838AE

RGB

 RED value IS 72 (28.52% from 255) = 23.84%

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 174 (68.36% from 255) = 57.62%

R = 23.84%
G = 18.54%
B = 57.62%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4838AE (or 0x4838AE) is known color: Blue Gem. HEX triplet: 48, 38 and AE. RGB value is (72,56,174). Sum of RGB (Red+Green+Blue) = 72+56+174=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #4838AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4838AE is #B7C751. Grayscale: #494949. Windows color (decimal): -12044114 or 11417672. OLE color: 11417672.

HSL color Cylindrical-coordinate representation of color #4838AE: hue angle of 248.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4838AE is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 56 174 -
CMYK 0.59 0.68 0 0.32
HSL 248.14º 0.51% 0.45% -
HSV(B) 248.14º 0.68% 0.68% -
XYZ 11.73 7.26 40.83 -
YUV 74.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 72 56 174 0.59 0.68 0 0.32 248.14 0.51 0.45
Hex 48 38 AE 3B 44 0 20 F8 33 2D
Octal 110 70 256 73 104 0 40 370 63 55
Binary 1001000 111000 10101110 111011 1000100 0 100000 11111000 110011 101101

Color Harmonies of #4838AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4838AE

Black with #4838AE

Text Example


Text Example

White with #4838AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4838AE; }

 p { color: rgb(72,56,174); }

 H1.HeaderClassName
 {
   color: #4838AE;
 }
 .AnyTagClassName
 {
   color: #4838AE;
 }
</style>

background-color css

<style>
 a { background-color: #4838AE; }

 a { background-color: rgb(72,56,174); }

 div.DivClassName
 {
   background-color: #4838AE;
 }
 .BgClassName
 {
   background-color: #4838AE;
 }
</style>

border-color css

<style>
 span { border-color: #4838AE; }

 span { border-color: rgb(72,56,174); }

 td.TdClassName
 {
   border-color: #4838AE;
 }
 .TagClassName
 {
   border-color: #4838AE;
 }
</style>