Html Css Color HEX #485890 Governor Bay

📋 copy color: '#485890'

red 72 ◦ green 88 ◦ blue 144

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

Shades of Governor Bay #485890

Tints of Governor Bay #485890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 23.68%
G = 28.95%
B = 47.37%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#485890 (or 0x485890) is known color: Governor Bay. HEX triplet: 48, 58 and 90. RGB value is (72,88,144). Sum of RGB (Red+Green+Blue) = 72+88+144=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #485890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485890 is #B7A76F. Grayscale: #595959. Windows color (decimal): -12035952 or 9459784. OLE color: 9459784.

HSL color Cylindrical-coordinate representation of color #485890: hue angle of 226.67º 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 #485890 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 88 144 -
CMYK 0.50 0.39 0 0.44
HSL 226.67º 0.33% 0.42% -
HSV(B) 226.67º 0.5% 0.56% -
XYZ 11.2 10.37 27.8 -
YUV 89.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 72 88 144 0.50 0.39 0 0.44 226.67 0.33 0.42
Hex 48 58 90 32 27 0 2C E3 21 2A
Octal 110 130 220 62 47 0 54 343 41 52
Binary 1001000 1011000 10010000 110010 100111 0 101100 11100011 100001 101010

Color Harmonies of #485890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485890

Black with #485890

Text Example


Text Example

White with #485890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485890; }

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

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

background-color css

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

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

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

border-color css

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

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

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