Html Css Color HEX #4A57CB Free Speech Blue

📋 copy color: '#4A57CB'

red 74 ◦ green 87 ◦ blue 203

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

Shades of Free Speech Blue #4A57CB

Tints of Free Speech Blue #4A57CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.9%

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

R = 20.33%
G = 23.9%
B = 55.77%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A57CB (or 0x4A57CB) is known color: Free Speech Blue. HEX triplet: 4A, 57 and CB. RGB value is (74,87,203). Sum of RGB (Red+Green+Blue) = 74+87+203=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A57CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A57CB is #B5A834. Grayscale: #5F5F5F. Windows color (decimal): -11905077 or 13326154. OLE color: 13326154.

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

Color convert

RGB 74 87 203 -
CMYK 0.64 0.57 0 0.20
HSL 233.95º 0.55% 0.54% -
HSV(B) 233.95º 0.64% 0.8% -
XYZ 17.01 12.58 58.03 -
YUV 96.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 74 87 203 0.64 0.57 0 0.20 233.95 0.55 0.54
Hex 4A 57 CB 40 39 0 14 EA 37 36
Octal 112 127 313 100 71 0 24 352 67 66
Binary 1001010 1010111 11001011 1000000 111001 0 10100 11101010 110111 110110

Color Harmonies of #4A57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A57CB

Black with #4A57CB

Text Example


Text Example

White with #4A57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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