Html Css Color HEX #474F9E Governor Bay

📋 copy color: '#474F9E'

red 71 ◦ green 79 ◦ blue 158

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

Shades of Governor Bay #474F9E

Tints of Governor Bay #474F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 23.05%
G = 25.65%
B = 51.3%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#474F9E (or 0x474F9E) is known color: Governor Bay. HEX triplet: 47, 4F and 9E. RGB value is (71,79,158). Sum of RGB (Red+Green+Blue) = 71+79+158=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #474F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F9E is #B8B061. Grayscale: #555555. Windows color (decimal): -12103778 or 10374983. OLE color: 10374983.

HSL color Cylindrical-coordinate representation of color #474F9E: hue angle of 234.48º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474F9E is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 79 158 -
CMYK 0.55 0.50 0 0.38
HSL 234.48º 0.38% 0.45% -
HSV(B) 234.48º 0.55% 0.62% -
XYZ 11.57 9.4 33.55 -
YUV 85.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 71 79 158 0.55 0.50 0 0.38 234.48 0.38 0.45
Hex 47 4F 9E 37 32 0 26 EA 26 2D
Octal 107 117 236 67 62 0 46 352 46 55
Binary 1000111 1001111 10011110 110111 110010 0 100110 11101010 100110 101101

Color Harmonies of #474F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F9E

Black with #474F9E

Text Example


Text Example

White with #474F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,79,158); }

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

background-color css

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

 a { background-color: rgb(71,79,158); }

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

border-color css

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

 span { border-color: rgb(71,79,158); }

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