Html Css Color HEX #4241AF Governor Bay

📋 copy color: '#4241AF'

red 66 ◦ green 65 ◦ blue 175

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

Shades of Governor Bay #4241AF

Tints of Governor Bay #4241AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.19%

R = 21.57%
G = 21.24%
B = 57.19%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4241AF (or 0x4241AF) is known color: Governor Bay. HEX triplet: 42, 41 and AF. RGB value is (66,65,175). Sum of RGB (Red+Green+Blue) = 66+65+175=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #4241AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241AF is #BDBE50. Grayscale: #4D4D4D. Windows color (decimal): -12435025 or 11485506. OLE color: 11485506.

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

Color convert

RGB 66 65 175 -
CMYK 0.62 0.63 0 0.31
HSL 240.55º 0.46% 0.47% -
HSV(B) 240.55º 0.63% 0.69% -
XYZ 11.87 8.03 41.48 -
YUV 77.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 66 65 175 0.62 0.63 0 0.31 240.55 0.46 0.47
Hex 42 41 AF 3E 3F 0 1F F1 2E 2F
Octal 102 101 257 76 77 0 37 361 56 57
Binary 1000010 1000001 10101111 111110 111111 0 11111 11110001 101110 101111

Color Harmonies of #4241AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241AF

Black with #4241AF

Text Example


Text Example

White with #4241AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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