Html Css Color HEX #4241AB Governor Bay

📋 copy color: '#4241AB'

red 66 ◦ green 65 ◦ blue 171

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

Shades of Governor Bay #4241AB

Tints of Governor Bay #4241AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 21.85%
G = 21.52%
B = 56.62%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4241AB (or 0x4241AB) is known color: Governor Bay. HEX triplet: 42, 41 and AB. RGB value is (66,65,171). Sum of RGB (Red+Green+Blue) = 66+65+171=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #4241AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241AB is #BDBE54. Grayscale: #4C4C4C. Windows color (decimal): -12435029 or 11223362. OLE color: 11223362.

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

Color convert

RGB 66 65 171 -
CMYK 0.61 0.62 0 0.33
HSL 240.57º 0.45% 0.46% -
HSV(B) 240.57º 0.62% 0.67% -
XYZ 11.49 7.88 39.44 -
YUV 77.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 66 65 171 0.61 0.62 0 0.33 240.57 0.45 0.46
Hex 42 41 AB 3D 3E 0 21 F1 2D 2E
Octal 102 101 253 75 76 0 41 361 55 56
Binary 1000010 1000001 10101011 111101 111110 0 100001 11110001 101101 101110

Color Harmonies of #4241AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241AB

Black with #4241AB

Text Example


Text Example

White with #4241AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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