Html Css Color HEX #484EAA Governor Bay

📋 copy color: '#484EAA'

red 72 ◦ green 78 ◦ blue 170

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

Shades of Governor Bay #484EAA

Tints of Governor Bay #484EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 22.5%
G = 24.38%
B = 53.13%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#484EAA (or 0x484EAA) is known color: Governor Bay. HEX triplet: 48, 4E and AA. RGB value is (72,78,170). Sum of RGB (Red+Green+Blue) = 72+78+170=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #484EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484EAA is #B7B155. Grayscale: #565656. Windows color (decimal): -12038486 or 11161160. OLE color: 11161160.

HSL color Cylindrical-coordinate representation of color #484EAA: hue angle of 236.33º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484EAA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 78 170 -
CMYK 0.58 0.54 0 0.33
HSL 236.33º 0.4% 0.47% -
HSV(B) 236.33º 0.58% 0.67% -
XYZ 12.65 9.73 39.24 -
YUV 86.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 72 78 170 0.58 0.54 0 0.33 236.33 0.4 0.47
Hex 48 4E AA 3A 36 0 21 EC 28 2F
Octal 110 116 252 72 66 0 41 354 50 57
Binary 1001000 1001110 10101010 111010 110110 0 100001 11101100 101000 101111

Color Harmonies of #484EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EAA

Black with #484EAA

Text Example


Text Example

White with #484EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484EAA; }

 p { color: rgb(72,78,170); }

 H1.HeaderClassName
 {
   color: #484EAA;
 }
 .AnyTagClassName
 {
   color: #484EAA;
 }
</style>

background-color css

<style>
 a { background-color: #484EAA; }

 a { background-color: rgb(72,78,170); }

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

border-color css

<style>
 span { border-color: #484EAA; }

 span { border-color: rgb(72,78,170); }

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