Html Css Color HEX #4C45DB Free Speech Blue

📋 copy color: '#4C45DB'

red 76 ◦ green 69 ◦ blue 219

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

Shades of Free Speech Blue #4C45DB

Tints of Free Speech Blue #4C45DB

RGB

 RED value IS 76 (30.08% from 255) = 20.88%

 GREEN value IS 69 (27.34% from 255) = 18.96%

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 20.88%
G = 18.96%
B = 60.16%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C45DB (or 0x4C45DB) is known color: Free Speech Blue. HEX triplet: 4C, 45 and DB. RGB value is (76,69,219). Sum of RGB (Red+Green+Blue) = 76+69+219=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C45DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C45DB is #B3BA24. Grayscale: #575757. Windows color (decimal): -11778597 or 14370124. OLE color: 14370124.

HSL color Cylindrical-coordinate representation of color #4C45DB: hue angle of 242.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C45DB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 69 219 -
CMYK 0.65 0.68 0 0.14
HSL 242.8º 0.68% 0.56% -
HSV(B) 242.8º 0.68% 0.86% -
XYZ 17.89 10.91 68.18 -
YUV 88.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 76 69 219 0.65 0.68 0 0.14 242.8 0.68 0.56
Hex 4C 45 DB 41 44 0 E F3 44 38
Octal 114 105 333 101 104 0 16 363 104 70
Binary 1001100 1000101 11011011 1000001 1000100 0 1110 11110011 1000100 111000

Color Harmonies of #4C45DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C45DB

Black with #4C45DB

Text Example


Text Example

White with #4C45DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,219); }

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

background-color css

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

 a { background-color: rgb(76,69,219); }

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

border-color css

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

 span { border-color: rgb(76,69,219); }

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