Html Css Color HEX #484CAA Governor Bay

📋 copy color: '#484CAA'

red 72 ◦ green 76 ◦ blue 170

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

Shades of Governor Bay #484CAA

Tints of Governor Bay #484CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

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

R = 22.64%
G = 23.9%
B = 53.46%

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

#484CAA (or 0x484CAA) is known color: Governor Bay. HEX triplet: 48, 4C and AA. RGB value is (72,76,170). Sum of RGB (Red+Green+Blue) = 72+76+170=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #484CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484CAA is #B7B355. Grayscale: #555555. Windows color (decimal): -12038998 or 11160648. OLE color: 11160648.

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

Color convert

RGB 72 76 170 -
CMYK 0.58 0.55 0 0.33
HSL 237.55º 0.4% 0.47% -
HSV(B) 237.55º 0.58% 0.67% -
XYZ 12.51 9.45 39.19 -
YUV 85.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 72 76 170 0.58 0.55 0 0.33 237.55 0.4 0.47
Hex 48 4C AA 3A 37 0 21 EE 28 2F
Octal 110 114 252 72 67 0 41 356 50 57
Binary 1001000 1001100 10101010 111010 110111 0 100001 11101110 101000 101111

Color Harmonies of #484CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CAA

Black with #484CAA

Text Example


Text Example

White with #484CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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