Html Css Color HEX #4057AF Free Speech Blue

📋 copy color: '#4057AF'

red 64 ◦ green 87 ◦ blue 175

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

Shades of Free Speech Blue #4057AF

Tints of Free Speech Blue #4057AF

RGB

 RED value IS 64 (25.39% from 255) = 19.63%

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

 BLUE value IS 175 (68.75% from 255) = 53.68%

R = 19.63%
G = 26.69%
B = 53.68%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4057AF (or 0x4057AF) is known color: Free Speech Blue. HEX triplet: 40, 57 and AF. RGB value is (64,87,175). Sum of RGB (Red+Green+Blue) = 64+87+175=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #4057AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4057AF is #BFA850. Grayscale: #595959. Windows color (decimal): -12560465 or 11491136. OLE color: 11491136.

HSL color Cylindrical-coordinate representation of color #4057AF: hue angle of 227.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4057AF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 87 175 -
CMYK 0.63 0.50 0 0.31
HSL 227.57º 0.46% 0.47% -
HSV(B) 227.57º 0.63% 0.69% -
XYZ 13.26 11 41.98 -
YUV 90.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 64 87 175 0.63 0.50 0 0.31 227.57 0.46 0.47
Hex 40 57 AF 3F 32 0 1F E4 2E 2F
Octal 100 127 257 77 62 0 37 344 56 57
Binary 1000000 1010111 10101111 111111 110010 0 11111 11100100 101110 101111

Color Harmonies of #4057AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4057AF

Black with #4057AF

Text Example


Text Example

White with #4057AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4057AF; }

 p { color: rgb(64,87,175); }

 H1.HeaderClassName
 {
   color: #4057AF;
 }
 .AnyTagClassName
 {
   color: #4057AF;
 }
</style>

background-color css

<style>
 a { background-color: #4057AF; }

 a { background-color: rgb(64,87,175); }

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

border-color css

<style>
 span { border-color: #4057AF; }

 span { border-color: rgb(64,87,175); }

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