Html Css Color HEX #475194 Governor Bay

📋 copy color: '#475194'

red 71 ◦ green 81 ◦ blue 148

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

Shades of Governor Bay #475194

Tints of Governor Bay #475194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 148 (58.2% from 255) = 49.33%

R = 23.67%
G = 27%
B = 49.33%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#475194 (or 0x475194) is known color: Governor Bay. HEX triplet: 47, 51 and 94. RGB value is (71,81,148). Sum of RGB (Red+Green+Blue) = 71+81+148=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #475194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475194 is #B8AE6B. Grayscale: #555555. Windows color (decimal): -12103276 or 9720135. OLE color: 9720135.

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

Color convert

RGB 71 81 148 -
CMYK 0.52 0.45 0 0.42
HSL 232.21º 0.35% 0.43% -
HSV(B) 232.21º 0.52% 0.58% -
XYZ 10.89 9.36 29.25 -
YUV 85.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 71 81 148 0.52 0.45 0 0.42 232.21 0.35 0.43
Hex 47 51 94 34 2D 0 2A E8 23 2B
Octal 107 121 224 64 55 0 52 350 43 53
Binary 1000111 1010001 10010100 110100 101101 0 101010 11101000 100011 101011

Color Harmonies of #475194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475194

Black with #475194

Text Example


Text Example

White with #475194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475194; }

 p { color: rgb(71,81,148); }

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

background-color css

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

 a { background-color: rgb(71,81,148); }

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

border-color css

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

 span { border-color: rgb(71,81,148); }

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