Html Css Color HEX #4758CC Free Speech Blue

📋 copy color: '#4758CC'

red 71 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Blue #4758CC

Tints of Free Speech Blue #4758CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 19.56%
G = 24.24%
B = 56.2%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4758CC (or 0x4758CC) is known color: Free Speech Blue. HEX triplet: 47, 58 and CC. RGB value is (71,88,204). Sum of RGB (Red+Green+Blue) = 71+88+204=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #4758CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4758CC is #B8A733. Grayscale: #5F5F5F. Windows color (decimal): -12101428 or 13391943. OLE color: 13391943.

HSL color Cylindrical-coordinate representation of color #4758CC: hue angle of 232.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4758CC is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 88 204 -
CMYK 0.65 0.57 0 0.2
HSL 232.33º 0.57% 0.54% -
HSV(B) 232.33º 0.65% 0.8% -
XYZ 16.99 12.68 58.68 -
YUV 96.14 188.87 110.07 -
System Red Green Blue C M Y K H S L
Decimal 71 88 204 0.65 0.57 0 0.2 232.33 0.57 0.54
Hex 47 58 CC 41 39 0 14 E8 39 36
Octal 107 130 314 101 71 0 24 350 71 66
Binary 1000111 1011000 11001100 1000001 111001 0 10100 11101000 111001 110110

Color Harmonies of #4758CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4758CC

Black with #4758CC

Text Example


Text Example

White with #4758CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4758CC; }

 p { color: rgb(71,88,204); }

 H1.HeaderClassName
 {
   color: #4758CC;
 }
 .AnyTagClassName
 {
   color: #4758CC;
 }
</style>

background-color css

<style>
 a { background-color: #4758CC; }

 a { background-color: rgb(71,88,204); }

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

border-color css

<style>
 span { border-color: #4758CC; }

 span { border-color: rgb(71,88,204); }

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