Html Css Color HEX #4642C6 Free Speech Blue

📋 copy color: '#4642C6'

red 70 ◦ green 66 ◦ blue 198

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

Shades of Free Speech Blue #4642C6

Tints of Free Speech Blue #4642C6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 198 (77.73% from 255) = 59.28%

R = 20.96%
G = 19.76%
B = 59.28%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4642C6 (or 0x4642C6) is known color: Free Speech Blue. HEX triplet: 46, 42 and C6. RGB value is (70,66,198). Sum of RGB (Red+Green+Blue) = 70+66+198=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #4642C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4642C6 is #B9BD39. Grayscale: #515151. Windows color (decimal): -12172602 or 12993094. OLE color: 12993094.

HSL color Cylindrical-coordinate representation of color #4642C6: hue angle of 241.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4642C6 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 66 198 -
CMYK 0.65 0.67 0 0.22
HSL 241.82º 0.54% 0.52% -
HSV(B) 241.82º 0.67% 0.78% -
XYZ 14.67 9.28 54.44 -
YUV 82.24 193.33 119.27 -
System Red Green Blue C M Y K H S L
Decimal 70 66 198 0.65 0.67 0 0.22 241.82 0.54 0.52
Hex 46 42 C6 41 43 0 16 F2 36 34
Octal 106 102 306 101 103 0 26 362 66 64
Binary 1000110 1000010 11000110 1000001 1000011 0 10110 11110010 110110 110100

Color Harmonies of #4642C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4642C6

Black with #4642C6

Text Example


Text Example

White with #4642C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4642C6; }

 p { color: rgb(70,66,198); }

 H1.HeaderClassName
 {
   color: #4642C6;
 }
 .AnyTagClassName
 {
   color: #4642C6;
 }
</style>

background-color css

<style>
 a { background-color: #4642C6; }

 a { background-color: rgb(70,66,198); }

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

border-color css

<style>
 span { border-color: #4642C6; }

 span { border-color: rgb(70,66,198); }

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