Html Css Color HEX #414CAC Governor Bay

📋 copy color: '#414CAC'

red 65 ◦ green 76 ◦ blue 172

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

Shades of Governor Bay #414CAC

Tints of Governor Bay #414CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 20.77%
G = 24.28%
B = 54.95%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#414CAC (or 0x414CAC) is known color: Governor Bay. HEX triplet: 41, 4C and AC. RGB value is (65,76,172). Sum of RGB (Red+Green+Blue) = 65+76+172=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #414CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414CAC is #BEB353. Grayscale: #535353. Windows color (decimal): -12497748 or 11291713. OLE color: 11291713.

HSL color Cylindrical-coordinate representation of color #414CAC: hue angle of 233.83º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414CAC is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 76 172 -
CMYK 0.62 0.56 0 0.33
HSL 233.83º 0.45% 0.46% -
HSV(B) 233.83º 0.62% 0.67% -
XYZ 12.21 9.27 40.18 -
YUV 83.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 65 76 172 0.62 0.56 0 0.33 233.83 0.45 0.46
Hex 41 4C AC 3E 38 0 21 EA 2D 2E
Octal 101 114 254 76 70 0 41 352 55 56
Binary 1000001 1001100 10101100 111110 111000 0 100001 11101010 101101 101110

Color Harmonies of #414CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CAC

Black with #414CAC

Text Example


Text Example

White with #414CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,76,172); }

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

background-color css

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

 a { background-color: rgb(65,76,172); }

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

border-color css

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

 span { border-color: rgb(65,76,172); }

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