Html Css Color HEX #4B4CCE Free Speech Blue

📋 copy color: '#4B4CCE'

red 75 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #4B4CCE

Tints of Free Speech Blue #4B4CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

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

R = 21.01%
G = 21.29%
B = 57.7%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B4CCE (or 0x4B4CCE) is known color: Free Speech Blue. HEX triplet: 4B, 4C and CE. RGB value is (75,76,206). Sum of RGB (Red+Green+Blue) = 75+76+206=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B4CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CCE is #B4B331. Grayscale: #5A5A5A. Windows color (decimal): -11842354 or 13519947. OLE color: 13519947.

HSL color Cylindrical-coordinate representation of color #4B4CCE: hue angle of 239.54º 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 #4B4CCE is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 76 206 -
CMYK 0.64 0.63 0 0.19
HSL 239.54º 0.57% 0.55% -
HSV(B) 239.54º 0.64% 0.81% -
XYZ 16.63 11.12 59.66 -
YUV 90.52 193.17 116.93 -
System Red Green Blue C M Y K H S L
Decimal 75 76 206 0.64 0.63 0 0.19 239.54 0.57 0.55
Hex 4B 4C CE 40 3F 0 13 F0 39 37
Octal 113 114 316 100 77 0 23 360 71 67
Binary 1001011 1001100 11001110 1000000 111111 0 10011 11110000 111001 110111

Color Harmonies of #4B4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4CCE

Black with #4B4CCE

Text Example


Text Example

White with #4B4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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