Html Css Color HEX #4249AB Governor Bay

📋 copy color: '#4249AB'

red 66 ◦ green 73 ◦ blue 171

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

Shades of Governor Bay #4249AB

Tints of Governor Bay #4249AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

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

R = 21.29%
G = 23.55%
B = 55.16%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4249AB (or 0x4249AB) is known color: Governor Bay. HEX triplet: 42, 49 and AB. RGB value is (66,73,171). Sum of RGB (Red+Green+Blue) = 66+73+171=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #4249AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4249AB is #BDB654. Grayscale: #515151. Windows color (decimal): -12432981 or 11225410. OLE color: 11225410.

HSL color Cylindrical-coordinate representation of color #4249AB: hue angle of 236º 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 #4249AB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 73 171 -
CMYK 0.61 0.57 0 0.33
HSL 236º 0.44% 0.46% -
HSV(B) 236º 0.61% 0.67% -
XYZ 11.98 8.86 39.61 -
YUV 82.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 66 73 171 0.61 0.57 0 0.33 236 0.44 0.46
Hex 42 49 AB 3D 39 0 21 EC 2C 2E
Octal 102 111 253 75 71 0 41 354 54 56
Binary 1000010 1001001 10101011 111101 111001 0 100001 11101100 101100 101110

Color Harmonies of #4249AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4249AB

Black with #4249AB

Text Example


Text Example

White with #4249AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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