Html Css Color HEX #4B4FCA Free Speech Blue

📋 copy color: '#4B4FCA'

red 75 ◦ green 79 ◦ blue 202

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

Shades of Free Speech Blue #4B4FCA

Tints of Free Speech Blue #4B4FCA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.19%

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 21.07%
G = 22.19%
B = 56.74%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4B4FCA (or 0x4B4FCA) is known color: Free Speech Blue. HEX triplet: 4B, 4F and CA. RGB value is (75,79,202). Sum of RGB (Red+Green+Blue) = 75+79+202=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B4FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4FCA is #B4B035. Grayscale: #5B5B5B. Windows color (decimal): -11841590 or 13258571. OLE color: 13258571.

HSL color Cylindrical-coordinate representation of color #4B4FCA: hue angle of 238.11º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B4FCA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 75 79 202 -
CMYK 0.63 0.61 0 0.21
HSL 238.11º 0.55% 0.54% -
HSV(B) 238.11º 0.63% 0.79% -
XYZ 16.36 11.35 57.21 -
YUV 91.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 75 79 202 0.63 0.61 0 0.21 238.11 0.55 0.54
Hex 4B 4F CA 3F 3D 0 15 EE 37 36
Octal 113 117 312 77 75 0 25 356 67 66
Binary 1001011 1001111 11001010 111111 111101 0 10101 11101110 110111 110110

Color Harmonies of #4B4FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4FCA

Black with #4B4FCA

Text Example


Text Example

White with #4B4FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,79,202); }

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

background-color css

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

 a { background-color: rgb(75,79,202); }

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

border-color css

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

 span { border-color: rgb(75,79,202); }

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