Html Css Color HEX #414699 Governor Bay

📋 copy color: '#414699'

red 65 ◦ green 70 ◦ blue 153

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

Shades of Governor Bay #414699

Tints of Governor Bay #414699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 22.57%
G = 24.31%
B = 53.13%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#414699 (or 0x414699) is known color: Governor Bay. HEX triplet: 41, 46 and 99. RGB value is (65,70,153). Sum of RGB (Red+Green+Blue) = 65+70+153=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #414699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414699 is #BEB966. Grayscale: #4D4D4D. Windows color (decimal): -12499303 or 10044993. OLE color: 10044993.

HSL color Cylindrical-coordinate representation of color #414699: hue angle of 236.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414699 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 70 153 -
CMYK 0.58 0.54 0 0.4
HSL 236.59º 0.4% 0.43% -
HSV(B) 236.59º 0.58% 0.6% -
XYZ 10.12 7.8 31.11 -
YUV 77.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 65 70 153 0.58 0.54 0 0.4 236.59 0.4 0.43
Hex 41 46 99 3A 36 0 28 ED 28 2B
Octal 101 106 231 72 66 0 50 355 50 53
Binary 1000001 1000110 10011001 111010 110110 0 101000 11101101 101000 101011

Color Harmonies of #414699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414699

Black with #414699

Text Example


Text Example

White with #414699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414699; }

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

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

background-color css

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

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

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

border-color css

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

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

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