Html Css Color HEX #4C51CD Free Speech Blue

📋 copy color: '#4C51CD'

red 76 ◦ green 81 ◦ blue 205

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

Shades of Free Speech Blue #4C51CD

Tints of Free Speech Blue #4C51CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

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

R = 20.99%
G = 22.38%
B = 56.63%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C51CD (or 0x4C51CD) is known color: Free Speech Blue. HEX triplet: 4C, 51 and CD. RGB value is (76,81,205). Sum of RGB (Red+Green+Blue) = 76+81+205=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C51CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C51CD is #B3AE32. Grayscale: #5D5D5D. Windows color (decimal): -11775539 or 13455692. OLE color: 13455692.

HSL color Cylindrical-coordinate representation of color #4C51CD: hue angle of 237.67º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C51CD is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 81 205 -
CMYK 0.63 0.60 0 0.20
HSL 237.67º 0.56% 0.55% -
HSV(B) 237.67º 0.63% 0.8% -
XYZ 16.94 11.83 59.15 -
YUV 93.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 76 81 205 0.63 0.60 0 0.20 237.67 0.56 0.55
Hex 4C 51 CD 3F 3C 0 14 EE 38 37
Octal 114 121 315 77 74 0 24 356 70 67
Binary 1001100 1010001 11001101 111111 111100 0 10100 11101110 111000 110111

Color Harmonies of #4C51CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C51CD

Black with #4C51CD

Text Example


Text Example

White with #4C51CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,81,205); }

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

background-color css

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

 a { background-color: rgb(76,81,205); }

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

border-color css

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

 span { border-color: rgb(76,81,205); }

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