Html Css Color HEX #4641CC Free Speech Blue

📋 copy color: '#4641CC'

red 70 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Blue #4641CC

Tints of Free Speech Blue #4641CC

RGB

 RED value IS 70 (27.73% from 255) = 20.65%

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

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 20.65%
G = 19.17%
B = 60.18%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4641CC (or 0x4641CC) is known color: Free Speech Blue. HEX triplet: 46, 41 and CC. RGB value is (70,65,204). Sum of RGB (Red+Green+Blue) = 70+65+204=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #4641CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641CC is #B9BE33. Grayscale: #515151. Windows color (decimal): -12172852 or 13386054. OLE color: 13386054.

HSL color Cylindrical-coordinate representation of color #4641CC: hue angle of 242.16º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4641CC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 65 204 -
CMYK 0.66 0.68 0 0.2
HSL 242.16º 0.58% 0.53% -
HSV(B) 242.16º 0.68% 0.8% -
XYZ 15.32 9.44 58.14 -
YUV 82.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 70 65 204 0.66 0.68 0 0.2 242.16 0.58 0.53
Hex 46 41 CC 42 44 0 14 F2 3A 35
Octal 106 101 314 102 104 0 24 362 72 65
Binary 1000110 1000001 11001100 1000010 1000100 0 10100 11110010 111010 110101

Color Harmonies of #4641CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4641CC

Black with #4641CC

Text Example


Text Example

White with #4641CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4641CC; }

 p { color: rgb(70,65,204); }

 H1.HeaderClassName
 {
   color: #4641CC;
 }
 .AnyTagClassName
 {
   color: #4641CC;
 }
</style>

background-color css

<style>
 a { background-color: #4641CC; }

 a { background-color: rgb(70,65,204); }

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

border-color css

<style>
 span { border-color: #4641CC; }

 span { border-color: rgb(70,65,204); }

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