Html Css Color HEX #41479F Governor Bay

📋 copy color: '#41479F'

red 65 ◦ green 71 ◦ blue 159

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

Shades of Governor Bay #41479F

Tints of Governor Bay #41479F

RGB

 RED value IS 65 (25.78% from 255) = 22.03%

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 159 (62.5% from 255) = 53.9%

R = 22.03%
G = 24.07%
B = 53.9%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41479F (or 0x41479F) is known color: Governor Bay. HEX triplet: 41, 47 and 9F. RGB value is (65,71,159). Sum of RGB (Red+Green+Blue) = 65+71+159=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #41479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41479F is #BEB860. Grayscale: #4E4E4E. Windows color (decimal): -12499041 or 10438465. OLE color: 10438465.

HSL color Cylindrical-coordinate representation of color #41479F: hue angle of 236.17º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41479F is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 71 159 -
CMYK 0.59 0.55 0 0.38
HSL 236.17º 0.42% 0.44% -
HSV(B) 236.17º 0.59% 0.62% -
XYZ 10.69 8.13 33.81 -
YUV 79.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 65 71 159 0.59 0.55 0 0.38 236.17 0.42 0.44
Hex 41 47 9F 3B 37 0 26 EC 2A 2C
Octal 101 107 237 73 67 0 46 354 52 54
Binary 1000001 1000111 10011111 111011 110111 0 100110 11101100 101010 101100

Color Harmonies of #41479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41479F

Black with #41479F

Text Example


Text Example

White with #41479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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