Html Css Color HEX #485493 Governor Bay

📋 copy color: '#485493'

red 72 ◦ green 84 ◦ blue 147

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

Shades of Governor Bay #485493

Tints of Governor Bay #485493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 23.76%
G = 27.72%
B = 48.51%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#485493 (or 0x485493) is known color: Governor Bay. HEX triplet: 48, 54 and 93. RGB value is (72,84,147). Sum of RGB (Red+Green+Blue) = 72+84+147=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #485493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485493 is #B7AB6C. Grayscale: #575757. Windows color (decimal): -12036973 or 9655368. OLE color: 9655368.

HSL color Cylindrical-coordinate representation of color #485493: hue angle of 230.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #485493 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 84 147 -
CMYK 0.51 0.43 0 0.42
HSL 230.4º 0.34% 0.43% -
HSV(B) 230.4º 0.51% 0.58% -
XYZ 11.11 9.82 28.91 -
YUV 87.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 72 84 147 0.51 0.43 0 0.42 230.4 0.34 0.43
Hex 48 54 93 33 2B 0 2A E6 22 2B
Octal 110 124 223 63 53 0 52 346 42 53
Binary 1001000 1010100 10010011 110011 101011 0 101010 11100110 100010 101011

Color Harmonies of #485493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485493

Black with #485493

Text Example


Text Example

White with #485493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485493; }

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

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

background-color css

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

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

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

border-color css

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

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

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