Html Css Color HEX #414696 Governor Bay

📋 copy color: '#414696'

red 65 ◦ green 70 ◦ blue 150

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

Shades of Governor Bay #414696

Tints of Governor Bay #414696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 22.81%
G = 24.56%
B = 52.63%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#414696 (or 0x414696) is known color: Governor Bay. HEX triplet: 41, 46 and 96. RGB value is (65,70,150). Sum of RGB (Red+Green+Blue) = 65+70+150=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #414696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414696 is #BEB969. Grayscale: #4D4D4D. Windows color (decimal): -12499306 or 9848385. OLE color: 9848385.

HSL color Cylindrical-coordinate representation of color #414696: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414696 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 70 150 -
CMYK 0.57 0.53 0 0.41
HSL 236.47º 0.4% 0.42% -
HSV(B) 236.47º 0.57% 0.59% -
XYZ 9.88 7.71 29.82 -
YUV 77.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 65 70 150 0.57 0.53 0 0.41 236.47 0.4 0.42
Hex 41 46 96 39 35 0 29 EC 28 2A
Octal 101 106 226 71 65 0 51 354 50 52
Binary 1000001 1000110 10010110 111001 110101 0 101001 11101100 101000 101010

Color Harmonies of #414696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414696

Black with #414696

Text Example


Text Example

White with #414696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414696; }

 p { color: rgb(65,70,150); }

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

background-color css

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

 a { background-color: rgb(65,70,150); }

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

border-color css

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

 span { border-color: rgb(65,70,150); }

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