Html Css Color HEX #4B66CE Free Speech Blue

📋 copy color: '#4B66CE'

red 75 ◦ green 102 ◦ blue 206

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

Shades of Free Speech Blue #4B66CE

Tints of Free Speech Blue #4B66CE

RGB

 RED value IS 75 (29.69% from 255) = 19.58%

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 19.58%
G = 26.63%
B = 53.79%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B66CE (or 0x4B66CE) is known color: Free Speech Blue. HEX triplet: 4B, 66 and CE. RGB value is (75,102,206). Sum of RGB (Red+Green+Blue) = 75+102+206=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B66CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B66CE is #B49931. Grayscale: #696969. Windows color (decimal): -11835698 or 13526603. OLE color: 13526603.

HSL color Cylindrical-coordinate representation of color #4B66CE: hue angle of 227.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B66CE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 102 206 -
CMYK 0.64 0.50 0 0.19
HSL 227.63º 0.57% 0.55% -
HSV(B) 227.63º 0.64% 0.81% -
XYZ 18.79 15.45 60.39 -
YUV 105.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 75 102 206 0.64 0.50 0 0.19 227.63 0.57 0.55
Hex 4B 66 CE 40 32 0 13 E4 39 37
Octal 113 146 316 100 62 0 23 344 71 67
Binary 1001011 1100110 11001110 1000000 110010 0 10011 11100100 111001 110111

Color Harmonies of #4B66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B66CE

Black with #4B66CE

Text Example


Text Example

White with #4B66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B66CE; }

 p { color: rgb(75,102,206); }

 H1.HeaderClassName
 {
   color: #4B66CE;
 }
 .AnyTagClassName
 {
   color: #4B66CE;
 }
</style>

background-color css

<style>
 a { background-color: #4B66CE; }

 a { background-color: rgb(75,102,206); }

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

border-color css

<style>
 span { border-color: #4B66CE; }

 span { border-color: rgb(75,102,206); }

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