Html Css Color HEX #4A50CB Free Speech Blue

📋 copy color: '#4A50CB'

red 74 ◦ green 80 ◦ blue 203

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

Shades of Free Speech Blue #4A50CB

Tints of Free Speech Blue #4A50CB

RGB

 RED value IS 74 (29.3% from 255) = 20.73%

 GREEN value IS 80 (31.64% from 255) = 22.41%

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 20.73%
G = 22.41%
B = 56.86%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A50CB (or 0x4A50CB) is known color: Free Speech Blue. HEX triplet: 4A, 50 and CB. RGB value is (74,80,203). Sum of RGB (Red+Green+Blue) = 74+80+203=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A50CB is #B5AF34. Grayscale: #5B5B5B. Windows color (decimal): -11906869 or 13324362. OLE color: 13324362.

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

Color convert

RGB 74 80 203 -
CMYK 0.64 0.61 0 0.20
HSL 237.21º 0.55% 0.54% -
HSV(B) 237.21º 0.64% 0.8% -
XYZ 16.47 11.5 57.85 -
YUV 92.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 74 80 203 0.64 0.61 0 0.20 237.21 0.55 0.54
Hex 4A 50 CB 40 3D 0 14 ED 37 36
Octal 112 120 313 100 75 0 24 355 67 66
Binary 1001010 1010000 11001011 1000000 111101 0 10100 11101101 110111 110110

Color Harmonies of #4A50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A50CB

Black with #4A50CB

Text Example


Text Example

White with #4A50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,80,203); }

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

background-color css

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

 a { background-color: rgb(74,80,203); }

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

border-color css

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

 span { border-color: rgb(74,80,203); }

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