Html Css Color HEX #485696 Governor Bay

📋 copy color: '#485696'

red 72 ◦ green 86 ◦ blue 150

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

Shades of Governor Bay #485696

Tints of Governor Bay #485696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

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

R = 23.38%
G = 27.92%
B = 48.7%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#485696 (or 0x485696) is known color: Governor Bay. HEX triplet: 48, 56 and 96. RGB value is (72,86,150). Sum of RGB (Red+Green+Blue) = 72+86+150=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #485696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485696 is #B7A969. Grayscale: #585858. Windows color (decimal): -12036458 or 9852488. OLE color: 9852488.

HSL color Cylindrical-coordinate representation of color #485696: hue angle of 229.23º 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 #485696 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 86 150 -
CMYK 0.52 0.43 0 0.41
HSL 229.23º 0.35% 0.44% -
HSV(B) 229.23º 0.52% 0.59% -
XYZ 11.51 10.24 30.22 -
YUV 89.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 72 86 150 0.52 0.43 0 0.41 229.23 0.35 0.44
Hex 48 56 96 34 2B 0 29 E5 23 2C
Octal 110 126 226 64 53 0 51 345 43 54
Binary 1001000 1010110 10010110 110100 101011 0 101001 11100101 100011 101100

Color Harmonies of #485696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485696

Black with #485696

Text Example


Text Example

White with #485696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485696; }

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

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

background-color css

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

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

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

border-color css

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

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

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