Html Css Color HEX #475098 Governor Bay

📋 copy color: '#475098'

red 71 ◦ green 80 ◦ blue 152

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

Shades of Governor Bay #475098

Tints of Governor Bay #475098

RGB

 RED value IS 71 (28.13% from 255) = 23.43%

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

 BLUE value IS 152 (59.77% from 255) = 50.17%

R = 23.43%
G = 26.4%
B = 50.17%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#475098 (or 0x475098) is known color: Governor Bay. HEX triplet: 47, 50 and 98. RGB value is (71,80,152). Sum of RGB (Red+Green+Blue) = 71+80+152=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #475098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475098 is #B8AF67. Grayscale: #555555. Windows color (decimal): -12103528 or 9982023. OLE color: 9982023.

HSL color Cylindrical-coordinate representation of color #475098: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475098 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 80 152 -
CMYK 0.53 0.47 0 0.40
HSL 233.33º 0.36% 0.44% -
HSV(B) 233.33º 0.53% 0.6% -
XYZ 11.13 9.34 30.92 -
YUV 85.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 71 80 152 0.53 0.47 0 0.40 233.33 0.36 0.44
Hex 47 50 98 35 2F 0 28 E9 24 2C
Octal 107 120 230 65 57 0 50 351 44 54
Binary 1000111 1010000 10011000 110101 101111 0 101000 11101001 100100 101100

Color Harmonies of #475098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475098

Black with #475098

Text Example


Text Example

White with #475098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475098; }

 p { color: rgb(71,80,152); }

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

background-color css

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

 a { background-color: rgb(71,80,152); }

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

border-color css

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

 span { border-color: rgb(71,80,152); }

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