Html Css Color HEX #485590 Governor Bay

📋 copy color: '#485590'

red 72 ◦ green 85 ◦ blue 144

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

Shades of Governor Bay #485590

Tints of Governor Bay #485590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 23.92%
G = 28.24%
B = 47.84%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#485590 (or 0x485590) is known color: Governor Bay. HEX triplet: 48, 55 and 90. RGB value is (72,85,144). Sum of RGB (Red+Green+Blue) = 72+85+144=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #485590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485590 is #B7AA6F. Grayscale: #575757. Windows color (decimal): -12036720 or 9459016. OLE color: 9459016.

HSL color Cylindrical-coordinate representation of color #485590: hue angle of 229.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485590 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 85 144 -
CMYK 0.50 0.41 0 0.44
HSL 229.17º 0.33% 0.42% -
HSV(B) 229.17º 0.5% 0.56% -
XYZ 10.96 9.89 27.72 -
YUV 87.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 72 85 144 0.50 0.41 0 0.44 229.17 0.33 0.42
Hex 48 55 90 32 29 0 2C E5 21 2A
Octal 110 125 220 62 51 0 54 345 41 52
Binary 1001000 1010101 10010000 110010 101001 0 101100 11100101 100001 101010

Color Harmonies of #485590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485590

Black with #485590

Text Example


Text Example

White with #485590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485590; }

 p { color: rgb(72,85,144); }

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

background-color css

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

 a { background-color: rgb(72,85,144); }

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

border-color css

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

 span { border-color: rgb(72,85,144); }

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