Html Css Color HEX #474CA8 Governor Bay

📋 copy color: '#474CA8'

red 71 ◦ green 76 ◦ blue 168

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

Shades of Governor Bay #474CA8

Tints of Governor Bay #474CA8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 168 (66.02% from 255) = 53.33%

R = 22.54%
G = 24.13%
B = 53.33%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#474CA8 (or 0x474CA8) is known color: Governor Bay. HEX triplet: 47, 4C and A8. RGB value is (71,76,168). Sum of RGB (Red+Green+Blue) = 71+76+168=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #474CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CA8 is #B8B357. Grayscale: #545454. Windows color (decimal): -12104536 or 11029575. OLE color: 11029575.

HSL color Cylindrical-coordinate representation of color #474CA8: hue angle of 236.91º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474CA8 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 71 76 168 -
CMYK 0.58 0.55 0 0.34
HSL 236.91º 0.41% 0.47% -
HSV(B) 236.91º 0.58% 0.66% -
XYZ 12.25 9.34 38.2 -
YUV 84.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 71 76 168 0.58 0.55 0 0.34 236.91 0.41 0.47
Hex 47 4C A8 3A 37 0 22 ED 29 2F
Octal 107 114 250 72 67 0 42 355 51 57
Binary 1000111 1001100 10101000 111010 110111 0 100010 11101101 101001 101111

Color Harmonies of #474CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CA8

Black with #474CA8

Text Example


Text Example

White with #474CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474CA8; }

 p { color: rgb(71,76,168); }

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

background-color css

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

 a { background-color: rgb(71,76,168); }

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

border-color css

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

 span { border-color: rgb(71,76,168); }

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