Html Css Color HEX #4B5CCC Free Speech Blue

📋 copy color: '#4B5CCC'

red 75 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Blue #4B5CCC

Tints of Free Speech Blue #4B5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 20.22%
G = 24.8%
B = 54.99%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B5CCC (or 0x4B5CCC) is known color: Free Speech Blue. HEX triplet: 4B, 5C and CC. RGB value is (75,92,204). Sum of RGB (Red+Green+Blue) = 75+92+204=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B5CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CCC is #B4A333. Grayscale: #636363. Windows color (decimal): -11838260 or 13392971. OLE color: 13392971.

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

Color convert

RGB 75 92 204 -
CMYK 0.63 0.55 0 0.2
HSL 232.09º 0.56% 0.55% -
HSV(B) 232.09º 0.63% 0.8% -
XYZ 17.63 13.51 58.81 -
YUV 99.69 186.87 110.39 -
System Red Green Blue C M Y K H S L
Decimal 75 92 204 0.63 0.55 0 0.2 232.09 0.56 0.55
Hex 4B 5C CC 3F 37 0 14 E8 38 37
Octal 113 134 314 77 67 0 24 350 70 67
Binary 1001011 1011100 11001100 111111 110111 0 10100 11101000 111000 110111

Color Harmonies of #4B5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5CCC

Black with #4B5CCC

Text Example


Text Example

White with #4B5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,92,204); }

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

background-color css

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

 a { background-color: rgb(75,92,204); }

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

border-color css

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

 span { border-color: rgb(75,92,204); }

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