Html Css Color HEX #414DAD Governor Bay

📋 copy color: '#414DAD'

red 65 ◦ green 77 ◦ blue 173

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

Shades of Governor Bay #414DAD

Tints of Governor Bay #414DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

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

R = 20.63%
G = 24.44%
B = 54.92%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#414DAD (or 0x414DAD) is known color: Governor Bay. HEX triplet: 41, 4D and AD. RGB value is (65,77,173). Sum of RGB (Red+Green+Blue) = 65+77+173=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #414DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DAD is #BEB252. Grayscale: #535353. Windows color (decimal): -12497491 or 11357505. OLE color: 11357505.

HSL color Cylindrical-coordinate representation of color #414DAD: hue angle of 233.33º 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 #414DAD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 77 173 -
CMYK 0.62 0.55 0 0.32
HSL 233.33º 0.45% 0.47% -
HSV(B) 233.33º 0.62% 0.68% -
XYZ 12.38 9.45 40.71 -
YUV 84.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 65 77 173 0.62 0.55 0 0.32 233.33 0.45 0.47
Hex 41 4D AD 3E 37 0 20 E9 2D 2F
Octal 101 115 255 76 67 0 40 351 55 57
Binary 1000001 1001101 10101101 111110 110111 0 100000 11101001 101101 101111

Color Harmonies of #414DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DAD

Black with #414DAD

Text Example


Text Example

White with #414DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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