Html Css Color HEX #475398 Governor Bay

📋 copy color: '#475398'

red 71 ◦ green 83 ◦ blue 152

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

Shades of Governor Bay #475398

Tints of Governor Bay #475398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 23.2%
G = 27.12%
B = 49.67%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#475398 (or 0x475398) is known color: Governor Bay. HEX triplet: 47, 53 and 98. RGB value is (71,83,152). Sum of RGB (Red+Green+Blue) = 71+83+152=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #475398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475398 is #B8AC67. Grayscale: #565656. Windows color (decimal): -12102760 or 9982791. OLE color: 9982791.

HSL color Cylindrical-coordinate representation of color #475398: hue angle of 231.11º 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 #475398 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 83 152 -
CMYK 0.53 0.45 0 0.40
HSL 231.11º 0.36% 0.44% -
HSV(B) 231.11º 0.53% 0.6% -
XYZ 11.36 9.79 31 -
YUV 87.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 71 83 152 0.53 0.45 0 0.40 231.11 0.36 0.44
Hex 47 53 98 35 2D 0 28 E7 24 2C
Octal 107 123 230 65 55 0 50 347 44 54
Binary 1000111 1010011 10011000 110101 101101 0 101000 11100111 100100 101100

Color Harmonies of #475398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475398

Black with #475398

Text Example


Text Example

White with #475398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475398; }

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

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

background-color css

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

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

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

border-color css

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

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

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