Html Css Color HEX #474E8C Governor Bay

📋 copy color: '#474E8C'

red 71 ◦ green 78 ◦ blue 140

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

Shades of Governor Bay #474E8C

Tints of Governor Bay #474E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 24.57%
G = 26.99%
B = 48.44%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#474E8C (or 0x474E8C) is known color: Governor Bay. HEX triplet: 47, 4E and 8C. RGB value is (71,78,140). Sum of RGB (Red+Green+Blue) = 71+78+140=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #474E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E8C is #B8B173. Grayscale: #525252. Windows color (decimal): -12104052 or 9195079. OLE color: 9195079.

HSL color Cylindrical-coordinate representation of color #474E8C: hue angle of 233.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474E8C is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 78 140 -
CMYK 0.49 0.44 0 0.45
HSL 233.91º 0.33% 0.41% -
HSV(B) 233.91º 0.49% 0.55% -
XYZ 10.06 8.68 25.96 -
YUV 82.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 71 78 140 0.49 0.44 0 0.45 233.91 0.33 0.41
Hex 47 4E 8C 31 2C 0 2D EA 21 29
Octal 107 116 214 61 54 0 55 352 41 51
Binary 1000111 1001110 10001100 110001 101100 0 101101 11101010 100001 101001

Color Harmonies of #474E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E8C

Black with #474E8C

Text Example


Text Example

White with #474E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,140); }

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

background-color css

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

 a { background-color: rgb(71,78,140); }

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

border-color css

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

 span { border-color: rgb(71,78,140); }

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