Html Css Color HEX #4B54CE Free Speech Blue

📋 copy color: '#4B54CE'

red 75 ◦ green 84 ◦ blue 206

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

Shades of Free Speech Blue #4B54CE

Tints of Free Speech Blue #4B54CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.01%

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

R = 20.55%
G = 23.01%
B = 56.44%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B54CE (or 0x4B54CE) is known color: Free Speech Blue. HEX triplet: 4B, 54 and CE. RGB value is (75,84,206). Sum of RGB (Red+Green+Blue) = 75+84+206=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B54CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B54CE is #B4AB31. Grayscale: #5E5E5E. Windows color (decimal): -11840306 or 13521995. OLE color: 13521995.

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

Color convert

RGB 75 84 206 -
CMYK 0.64 0.59 0 0.19
HSL 235.88º 0.57% 0.55% -
HSV(B) 235.88º 0.64% 0.81% -
XYZ 17.21 12.29 59.86 -
YUV 95.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 75 84 206 0.64 0.59 0 0.19 235.88 0.57 0.55
Hex 4B 54 CE 40 3B 0 13 EC 39 37
Octal 113 124 316 100 73 0 23 354 71 67
Binary 1001011 1010100 11001110 1000000 111011 0 10011 11101100 111001 110111

Color Harmonies of #4B54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B54CE

Black with #4B54CE

Text Example


Text Example

White with #4B54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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