Html Css Color HEX #4052B4 Free Speech Blue

📋 copy color: '#4052B4'

red 64 ◦ green 82 ◦ blue 180

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

Shades of Free Speech Blue #4052B4

Tints of Free Speech Blue #4052B4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

 BLUE value IS 180 (70.7% from 255) = 55.21%

R = 19.63%
G = 25.15%
B = 55.21%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4052B4 (or 0x4052B4) is known color: Free Speech Blue. HEX triplet: 40, 52 and B4. RGB value is (64,82,180). Sum of RGB (Red+Green+Blue) = 64+82+180=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #4052B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4052B4 is #BFAD4B. Grayscale: #575757. Windows color (decimal): -12561740 or 11817536. OLE color: 11817536.

HSL color Cylindrical-coordinate representation of color #4052B4: hue angle of 230.69º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4052B4 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 82 180 -
CMYK 0.64 0.54 0 0.29
HSL 230.69º 0.48% 0.48% -
HSV(B) 230.69º 0.64% 0.71% -
XYZ 13.37 10.42 44.49 -
YUV 87.79 180.04 111.03 -
System Red Green Blue C M Y K H S L
Decimal 64 82 180 0.64 0.54 0 0.29 230.69 0.48 0.48
Hex 40 52 B4 40 36 0 1D E7 30 30
Octal 100 122 264 100 66 0 35 347 60 60
Binary 1000000 1010010 10110100 1000000 110110 0 11101 11100111 110000 110000

Color Harmonies of #4052B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4052B4

Black with #4052B4

Text Example


Text Example

White with #4052B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4052B4; }

 p { color: rgb(64,82,180); }

 H1.HeaderClassName
 {
   color: #4052B4;
 }
 .AnyTagClassName
 {
   color: #4052B4;
 }
</style>

background-color css

<style>
 a { background-color: #4052B4; }

 a { background-color: rgb(64,82,180); }

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

border-color css

<style>
 span { border-color: #4052B4; }

 span { border-color: rgb(64,82,180); }

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