Html Css Color HEX #4246AB Governor Bay

📋 copy color: '#4246AB'

red 66 ◦ green 70 ◦ blue 171

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

Shades of Governor Bay #4246AB

Tints of Governor Bay #4246AB

RGB

 RED value IS 66 (26.17% from 255) = 21.5%

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 21.5%
G = 22.8%
B = 55.7%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4246AB (or 0x4246AB) is known color: Governor Bay. HEX triplet: 42, 46 and AB. RGB value is (66,70,171). Sum of RGB (Red+Green+Blue) = 66+70+171=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4246AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4246AB is #BDB954. Grayscale: #4F4F4F. Windows color (decimal): -12433749 or 11224642. OLE color: 11224642.

HSL color Cylindrical-coordinate representation of color #4246AB: hue angle of 237.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4246AB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 70 171 -
CMYK 0.61 0.59 0 0.33
HSL 237.71º 0.44% 0.46% -
HSV(B) 237.71º 0.61% 0.67% -
XYZ 11.79 8.48 39.54 -
YUV 80.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 66 70 171 0.61 0.59 0 0.33 237.71 0.44 0.46
Hex 42 46 AB 3D 3B 0 21 EE 2C 2E
Octal 102 106 253 75 73 0 41 356 54 56
Binary 1000010 1000110 10101011 111101 111011 0 100001 11101110 101100 101110

Color Harmonies of #4246AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4246AB

Black with #4246AB

Text Example


Text Example

White with #4246AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4246AB; }

 p { color: rgb(66,70,171); }

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

background-color css

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

 a { background-color: rgb(66,70,171); }

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

border-color css

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

 span { border-color: rgb(66,70,171); }

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