Html Css Color HEX #4741A6 Governor Bay

📋 copy color: '#4741A6'

red 71 ◦ green 65 ◦ blue 166

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

Shades of Governor Bay #4741A6

Tints of Governor Bay #4741A6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 166 (65.23% from 255) = 54.97%

R = 23.51%
G = 21.52%
B = 54.97%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4741A6 (or 0x4741A6) is known color: Governor Bay. HEX triplet: 47, 41 and A6. RGB value is (71,65,166). Sum of RGB (Red+Green+Blue) = 71+65+166=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 166 (65.23% from 255 or 54.97% from 302); Max value from RGB is 166 - color contains mainly: blue. Hex color #4741A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4741A6 is #B8BE59. Grayscale: #4D4D4D. Windows color (decimal): -12107354 or 10895687. OLE color: 10895687.

HSL color Cylindrical-coordinate representation of color #4741A6: hue angle of 243.56º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4741A6 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 65 166 -
CMYK 0.57 0.61 0 0.35
HSL 243.56º 0.44% 0.45% -
HSV(B) 243.56º 0.61% 0.65% -
XYZ 11.37 7.87 37 -
YUV 78.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 71 65 166 0.57 0.61 0 0.35 243.56 0.44 0.45
Hex 47 41 A6 39 3D 0 23 F4 2C 2D
Octal 107 101 246 71 75 0 43 364 54 55
Binary 1000111 1000001 10100110 111001 111101 0 100011 11110100 101100 101101

Color Harmonies of #4741A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741A6

Black with #4741A6

Text Example


Text Example

White with #4741A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4741A6; }

 p { color: rgb(71,65,166); }

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

background-color css

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

 a { background-color: rgb(71,65,166); }

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

border-color css

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

 span { border-color: rgb(71,65,166); }

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