Html Css Color HEX #484DAA Governor Bay

📋 copy color: '#484DAA'

red 72 ◦ green 77 ◦ blue 170

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

Shades of Governor Bay #484DAA

Tints of Governor Bay #484DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

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

R = 22.57%
G = 24.14%
B = 53.29%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#484DAA (or 0x484DAA) is known color: Governor Bay. HEX triplet: 48, 4D and AA. RGB value is (72,77,170). Sum of RGB (Red+Green+Blue) = 72+77+170=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #484DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DAA is #B7B255. Grayscale: #555555. Windows color (decimal): -12038742 or 11160904. OLE color: 11160904.

HSL color Cylindrical-coordinate representation of color #484DAA: hue angle of 236.94º 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 #484DAA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 77 170 -
CMYK 0.58 0.55 0 0.33
HSL 236.94º 0.4% 0.47% -
HSV(B) 236.94º 0.58% 0.67% -
XYZ 12.58 9.59 39.22 -
YUV 86.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 72 77 170 0.58 0.55 0 0.33 236.94 0.4 0.47
Hex 48 4D AA 3A 37 0 21 ED 28 2F
Octal 110 115 252 72 67 0 41 355 50 57
Binary 1001000 1001101 10101010 111010 110111 0 100001 11101101 101000 101111

Color Harmonies of #484DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DAA

Black with #484DAA

Text Example


Text Example

White with #484DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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