Html Css Color HEX #4642BC Free Speech Blue

📋 copy color: '#4642BC'

red 70 ◦ green 66 ◦ blue 188

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

Shades of Free Speech Blue #4642BC

Tints of Free Speech Blue #4642BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 21.6%
G = 20.37%
B = 58.02%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4642BC (or 0x4642BC) is known color: Free Speech Blue. HEX triplet: 46, 42 and BC. RGB value is (70,66,188). Sum of RGB (Red+Green+Blue) = 70+66+188=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #4642BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4642BC is #B9BD43. Grayscale: #505050. Windows color (decimal): -12172612 or 12337734. OLE color: 12337734.

HSL color Cylindrical-coordinate representation of color #4642BC: hue angle of 241.97º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4642BC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 66 188 -
CMYK 0.63 0.65 0 0.26
HSL 241.97º 0.48% 0.5% -
HSV(B) 241.97º 0.65% 0.74% -
XYZ 13.55 8.83 48.57 -
YUV 81.1 188.33 120.08 -
System Red Green Blue C M Y K H S L
Decimal 70 66 188 0.63 0.65 0 0.26 241.97 0.48 0.5
Hex 46 42 BC 3F 41 0 1A F2 30 32
Octal 106 102 274 77 101 0 32 362 60 62
Binary 1000110 1000010 10111100 111111 1000001 0 11010 11110010 110000 110010

Color Harmonies of #4642BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4642BC

Black with #4642BC

Text Example


Text Example

White with #4642BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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