Html Css Color HEX #414AAD Governor Bay

📋 copy color: '#414AAD'

red 65 ◦ green 74 ◦ blue 173

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

Shades of Governor Bay #414AAD

Tints of Governor Bay #414AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 20.83%
G = 23.72%
B = 55.45%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#414AAD (or 0x414AAD) is known color: Governor Bay. HEX triplet: 41, 4A and AD. RGB value is (65,74,173). Sum of RGB (Red+Green+Blue) = 65+74+173=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #414AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414AAD is #BEB552. Grayscale: #525252. Windows color (decimal): -12498259 or 11356737. OLE color: 11356737.

HSL color Cylindrical-coordinate representation of color #414AAD: hue angle of 235º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414AAD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 74 173 -
CMYK 0.62 0.57 0 0.32
HSL 235º 0.45% 0.47% -
HSV(B) 235º 0.62% 0.68% -
XYZ 12.17 9.04 40.64 -
YUV 82.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 65 74 173 0.62 0.57 0 0.32 235 0.45 0.47
Hex 41 4A AD 3E 39 0 20 EB 2D 2F
Octal 101 112 255 76 71 0 40 353 55 57
Binary 1000001 1001010 10101101 111110 111001 0 100000 11101011 101101 101111

Color Harmonies of #414AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414AAD

Black with #414AAD

Text Example


Text Example

White with #414AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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