Html Css Color HEX #4241DC Free Speech Blue

📋 copy color: '#4241DC'

red 66 ◦ green 65 ◦ blue 220

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

Shades of Free Speech Blue #4241DC

Tints of Free Speech Blue #4241DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 18.8%
G = 18.52%
B = 62.68%

CMYK

 C value IS 0.7

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4241DC (or 0x4241DC) is known color: Free Speech Blue. HEX triplet: 42, 41 and DC. RGB value is (66,65,220). Sum of RGB (Red+Green+Blue) = 66+65+220=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #4241DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4241DC is #BDBE23. Grayscale: #525252. Windows color (decimal): -12434980 or 14434626. OLE color: 14434626.

HSL color Cylindrical-coordinate representation of color #4241DC: hue angle of 240.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4241DC is Cyan = 0.7, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 65 220 -
CMYK 0.7 0.70 0 0.14
HSL 240.39º 0.69% 0.56% -
HSV(B) 240.39º 0.7% 0.86% -
XYZ 17.06 10.11 68.76 -
YUV 82.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 66 65 220 0.7 0.70 0 0.14 240.39 0.69 0.56
Hex 42 41 DC 46 46 0 E F0 45 38
Octal 102 101 334 106 106 0 16 360 105 70
Binary 1000010 1000001 11011100 1000110 1000110 0 1110 11110000 1000101 111000

Color Harmonies of #4241DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241DC

Black with #4241DC

Text Example


Text Example

White with #4241DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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