Html Css Color HEX #4241AE Governor Bay

📋 copy color: '#4241AE'

red 66 ◦ green 65 ◦ blue 174

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

Shades of Governor Bay #4241AE

Tints of Governor Bay #4241AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 21.64%
G = 21.31%
B = 57.05%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4241AE (or 0x4241AE) is known color: Governor Bay. HEX triplet: 42, 41 and AE. RGB value is (66,65,174). Sum of RGB (Red+Green+Blue) = 66+65+174=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #4241AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241AE is #BDBE51. Grayscale: #4D4D4D. Windows color (decimal): -12435026 or 11419970. OLE color: 11419970.

HSL color Cylindrical-coordinate representation of color #4241AE: hue angle of 240.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4241AE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 65 174 -
CMYK 0.62 0.63 0 0.32
HSL 240.55º 0.46% 0.47% -
HSV(B) 240.55º 0.63% 0.68% -
XYZ 11.78 7.99 40.97 -
YUV 77.73 182.33 119.64 -
System Red Green Blue C M Y K H S L
Decimal 66 65 174 0.62 0.63 0 0.32 240.55 0.46 0.47
Hex 42 41 AE 3E 3F 0 20 F1 2E 2F
Octal 102 101 256 76 77 0 40 361 56 57
Binary 1000010 1000001 10101110 111110 111111 0 100000 11110001 101110 101111

Color Harmonies of #4241AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241AE

Black with #4241AE

Text Example


Text Example

White with #4241AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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