Html Css Color HEX #4752DA Free Speech Blue

📋 copy color: '#4752DA'

red 71 ◦ green 82 ◦ blue 218

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

Shades of Free Speech Blue #4752DA

Tints of Free Speech Blue #4752DA

RGB

 RED value IS 71 (28.13% from 255) = 19.14%

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

 BLUE value IS 218 (85.55% from 255) = 58.76%

R = 19.14%
G = 22.1%
B = 58.76%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4752DA (or 0x4752DA) is known color: Free Speech Blue. HEX triplet: 47, 52 and DA. RGB value is (71,82,218). Sum of RGB (Red+Green+Blue) = 71+82+218=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #4752DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752DA is #B8AD25. Grayscale: #5D5D5D. Windows color (decimal): -12102950 or 14307911. OLE color: 14307911.

HSL color Cylindrical-coordinate representation of color #4752DA: hue angle of 235.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4752DA is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 82 218 -
CMYK 0.67 0.62 0 0.15
HSL 235.51º 0.67% 0.57% -
HSV(B) 235.51º 0.67% 0.85% -
XYZ 18.27 12.44 67.77 -
YUV 94.22 197.86 111.44 -
System Red Green Blue C M Y K H S L
Decimal 71 82 218 0.67 0.62 0 0.15 235.51 0.67 0.57
Hex 47 52 DA 43 3E 0 F EC 43 39
Octal 107 122 332 103 76 0 17 354 103 71
Binary 1000111 1010010 11011010 1000011 111110 0 1111 11101100 1000011 111001

Color Harmonies of #4752DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4752DA

Black with #4752DA

Text Example


Text Example

White with #4752DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4752DA; }

 p { color: rgb(71,82,218); }

 H1.HeaderClassName
 {
   color: #4752DA;
 }
 .AnyTagClassName
 {
   color: #4752DA;
 }
</style>

background-color css

<style>
 a { background-color: #4752DA; }

 a { background-color: rgb(71,82,218); }

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

border-color css

<style>
 span { border-color: #4752DA; }

 span { border-color: rgb(71,82,218); }

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