Html Css Color HEX #4666CD Free Speech Blue

📋 copy color: '#4666CD'

red 70 ◦ green 102 ◦ blue 205

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

Shades of Free Speech Blue #4666CD

Tints of Free Speech Blue #4666CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 18.57%
G = 27.06%
B = 54.38%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4666CD (or 0x4666CD) is known color: Free Speech Blue. HEX triplet: 46, 66 and CD. RGB value is (70,102,205). Sum of RGB (Red+Green+Blue) = 70+102+205=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #4666CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666CD is #B99932. Grayscale: #676767. Windows color (decimal): -12163379 or 13461062. OLE color: 13461062.

HSL color Cylindrical-coordinate representation of color #4666CD: hue angle of 225.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4666CD is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 102 205 -
CMYK 0.66 0.50 0 0.20
HSL 225.78º 0.57% 0.54% -
HSV(B) 225.78º 0.66% 0.8% -
XYZ 18.3 15.21 59.73 -
YUV 104.17 184.9 103.62 -
System Red Green Blue C M Y K H S L
Decimal 70 102 205 0.66 0.50 0 0.20 225.78 0.57 0.54
Hex 46 66 CD 42 32 0 14 E2 39 36
Octal 106 146 315 102 62 0 24 342 71 66
Binary 1000110 1100110 11001101 1000010 110010 0 10100 11100010 111001 110110

Color Harmonies of #4666CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4666CD

Black with #4666CD

Text Example


Text Example

White with #4666CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4666CD; }

 p { color: rgb(70,102,205); }

 H1.HeaderClassName
 {
   color: #4666CD;
 }
 .AnyTagClassName
 {
   color: #4666CD;
 }
</style>

background-color css

<style>
 a { background-color: #4666CD; }

 a { background-color: rgb(70,102,205); }

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

border-color css

<style>
 span { border-color: #4666CD; }

 span { border-color: rgb(70,102,205); }

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