Html Css Color HEX #4768CA Free Speech Blue

📋 copy color: '#4768CA'

red 71 ◦ green 104 ◦ blue 202

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

Shades of Free Speech Blue #4768CA

Tints of Free Speech Blue #4768CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 18.83%
G = 27.59%
B = 53.58%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4768CA (or 0x4768CA) is known color: Free Speech Blue. HEX triplet: 47, 68 and CA. RGB value is (71,104,202). Sum of RGB (Red+Green+Blue) = 71+104+202=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #4768CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768CA is #B89735. Grayscale: #686868. Windows color (decimal): -12097334 or 13264967. OLE color: 13264967.

HSL color Cylindrical-coordinate representation of color #4768CA: hue angle of 224.89º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4768CA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 104 202 -
CMYK 0.65 0.49 0 0.21
HSL 224.89º 0.55% 0.54% -
HSV(B) 224.89º 0.65% 0.79% -
XYZ 18.21 15.5 57.91 -
YUV 105.31 182.57 103.53 -
System Red Green Blue C M Y K H S L
Decimal 71 104 202 0.65 0.49 0 0.21 224.89 0.55 0.54
Hex 47 68 CA 41 31 0 15 E1 37 36
Octal 107 150 312 101 61 0 25 341 67 66
Binary 1000111 1101000 11001010 1000001 110001 0 10101 11100001 110111 110110

Color Harmonies of #4768CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4768CA

Black with #4768CA

Text Example


Text Example

White with #4768CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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