Html Css Color HEX #414A99 Governor Bay

📋 copy color: '#414A99'

red 65 ◦ green 74 ◦ blue 153

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

Shades of Governor Bay #414A99

Tints of Governor Bay #414A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

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

R = 22.26%
G = 25.34%
B = 52.4%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#414A99 (or 0x414A99) is known color: Governor Bay. HEX triplet: 41, 4A and 99. RGB value is (65,74,153). Sum of RGB (Red+Green+Blue) = 65+74+153=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #414A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A99 is #BEB566. Grayscale: #4F4F4F. Windows color (decimal): -12498279 or 10046017. OLE color: 10046017.

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

Color convert

RGB 65 74 153 -
CMYK 0.58 0.52 0 0.4
HSL 233.86º 0.4% 0.43% -
HSV(B) 233.86º 0.58% 0.6% -
XYZ 10.38 8.32 31.2 -
YUV 80.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 65 74 153 0.58 0.52 0 0.4 233.86 0.4 0.43
Hex 41 4A 99 3A 34 0 28 EA 28 2B
Octal 101 112 231 72 64 0 50 352 50 53
Binary 1000001 1001010 10011001 111010 110100 0 101000 11101010 101000 101011

Color Harmonies of #414A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A99

Black with #414A99

Text Example


Text Example

White with #414A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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