Html Css Color HEX #485496 Governor Bay

📋 copy color: '#485496'

red 72 ◦ green 84 ◦ blue 150

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

Shades of Governor Bay #485496

Tints of Governor Bay #485496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 150 (58.98% from 255) = 49.02%

R = 23.53%
G = 27.45%
B = 49.02%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#485496 (or 0x485496) is known color: Governor Bay. HEX triplet: 48, 54 and 96. RGB value is (72,84,150). Sum of RGB (Red+Green+Blue) = 72+84+150=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #485496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485496 is #B7AB69. Grayscale: #575757. Windows color (decimal): -12036970 or 9851976. OLE color: 9851976.

HSL color Cylindrical-coordinate representation of color #485496: hue angle of 230.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485496 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 84 150 -
CMYK 0.52 0.44 0 0.41
HSL 230.77º 0.35% 0.44% -
HSV(B) 230.77º 0.52% 0.59% -
XYZ 11.35 9.92 30.17 -
YUV 87.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 72 84 150 0.52 0.44 0 0.41 230.77 0.35 0.44
Hex 48 54 96 34 2C 0 29 E7 23 2C
Octal 110 124 226 64 54 0 51 347 43 54
Binary 1001000 1010100 10010110 110100 101100 0 101001 11100111 100011 101100

Color Harmonies of #485496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485496

Black with #485496

Text Example


Text Example

White with #485496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485496; }

 p { color: rgb(72,84,150); }

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

background-color css

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

 a { background-color: rgb(72,84,150); }

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

border-color css

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

 span { border-color: rgb(72,84,150); }

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