Html Css Color HEX #485090 Governor Bay

📋 copy color: '#485090'

red 72 ◦ green 80 ◦ blue 144

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

Shades of Governor Bay #485090

Tints of Governor Bay #485090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

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

R = 24.32%
G = 27.03%
B = 48.65%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#485090 (or 0x485090) is known color: Governor Bay. HEX triplet: 48, 50 and 90. RGB value is (72,80,144). Sum of RGB (Red+Green+Blue) = 72+80+144=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #485090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485090 is #B7AF6F. Grayscale: #545454. Windows color (decimal): -12038000 or 9457736. OLE color: 9457736.

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

Color convert

RGB 72 80 144 -
CMYK 0.50 0.44 0 0.44
HSL 233.33º 0.33% 0.42% -
HSV(B) 233.33º 0.5% 0.56% -
XYZ 10.58 9.13 27.59 -
YUV 84.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 72 80 144 0.50 0.44 0 0.44 233.33 0.33 0.42
Hex 48 50 90 32 2C 0 2C E9 21 2A
Octal 110 120 220 62 54 0 54 351 41 52
Binary 1001000 1010000 10010000 110010 101100 0 101100 11101001 100001 101010

Color Harmonies of #485090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485090

Black with #485090

Text Example


Text Example

White with #485090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485090; }

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

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

background-color css

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

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

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

border-color css

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

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

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