Html Css Color HEX #4B44CE Free Speech Blue

📋 copy color: '#4B44CE'

red 75 ◦ green 68 ◦ blue 206

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

Shades of Free Speech Blue #4B44CE

Tints of Free Speech Blue #4B44CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

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

R = 21.49%
G = 19.48%
B = 59.03%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B44CE (or 0x4B44CE) is known color: Free Speech Blue. HEX triplet: 4B, 44 and CE. RGB value is (75,68,206). Sum of RGB (Red+Green+Blue) = 75+68+206=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B44CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B44CE is #B4BB31. Grayscale: #555555. Windows color (decimal): -11844402 or 13517899. OLE color: 13517899.

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

Color convert

RGB 75 68 206 -
CMYK 0.64 0.67 0 0.19
HSL 243.04º 0.58% 0.54% -
HSV(B) 243.04º 0.67% 0.81% -
XYZ 16.11 10.09 59.49 -
YUV 85.83 195.82 120.28 -
System Red Green Blue C M Y K H S L
Decimal 75 68 206 0.64 0.67 0 0.19 243.04 0.58 0.54
Hex 4B 44 CE 40 43 0 13 F3 3A 36
Octal 113 104 316 100 103 0 23 363 72 66
Binary 1001011 1000100 11001110 1000000 1000011 0 10011 11110011 111010 110110

Color Harmonies of #4B44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B44CE

Black with #4B44CE

Text Example


Text Example

White with #4B44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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