Html Css Color HEX #414899 Governor Bay

📋 copy color: '#414899'

red 65 ◦ green 72 ◦ blue 153

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

Shades of Governor Bay #414899

Tints of Governor Bay #414899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 22.41%
G = 24.83%
B = 52.76%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#414899 (or 0x414899) is known color: Governor Bay. HEX triplet: 41, 48 and 99. RGB value is (65,72,153). Sum of RGB (Red+Green+Blue) = 65+72+153=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #414899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414899 is #BEB766. Grayscale: #4E4E4E. Windows color (decimal): -12498791 or 10045505. OLE color: 10045505.

HSL color Cylindrical-coordinate representation of color #414899: hue angle of 235.23º 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 #414899 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 72 153 -
CMYK 0.58 0.53 0 0.4
HSL 235.23º 0.4% 0.43% -
HSV(B) 235.23º 0.58% 0.6% -
XYZ 10.25 8.06 31.15 -
YUV 79.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 65 72 153 0.58 0.53 0 0.4 235.23 0.4 0.43
Hex 41 48 99 3A 35 0 28 EB 28 2B
Octal 101 110 231 72 65 0 50 353 50 53
Binary 1000001 1001000 10011001 111010 110101 0 101000 11101011 101000 101011

Color Harmonies of #414899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414899

Black with #414899

Text Example


Text Example

White with #414899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414899; }

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

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

background-color css

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

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

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

border-color css

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

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

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