Html Css Color HEX #4768CC Free Speech Blue

📋 copy color: '#4768CC'

red 71 ◦ green 104 ◦ blue 204

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

Shades of Free Speech Blue #4768CC

Tints of Free Speech Blue #4768CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

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

R = 18.73%
G = 27.44%
B = 53.83%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4768CC (or 0x4768CC) is known color: Free Speech Blue. HEX triplet: 47, 68 and CC. RGB value is (71,104,204). Sum of RGB (Red+Green+Blue) = 71+104+204=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #4768CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768CC is #B89733. Grayscale: #696969. Windows color (decimal): -12097332 or 13396039. OLE color: 13396039.

HSL color Cylindrical-coordinate representation of color #4768CC: hue angle of 225.11º 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 #4768CC is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 104 204 -
CMYK 0.65 0.49 0 0.2
HSL 225.11º 0.57% 0.54% -
HSV(B) 225.11º 0.65% 0.8% -
XYZ 18.45 15.6 59.17 -
YUV 105.53 183.57 103.37 -
System Red Green Blue C M Y K H S L
Decimal 71 104 204 0.65 0.49 0 0.2 225.11 0.57 0.54
Hex 47 68 CC 41 31 0 14 E1 39 36
Octal 107 150 314 101 61 0 24 341 71 66
Binary 1000111 1101000 11001100 1000001 110001 0 10100 11100001 111001 110110

Color Harmonies of #4768CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4768CC

Black with #4768CC

Text Example


Text Example

White with #4768CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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