Html Css Color HEX #4764CF Free Speech Blue

📋 copy color: '#4764CF'

red 71 ◦ green 100 ◦ blue 207

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

Shades of Free Speech Blue #4764CF

Tints of Free Speech Blue #4764CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 18.78%
G = 26.46%
B = 54.76%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4764CF (or 0x4764CF) is known color: Free Speech Blue. HEX triplet: 47, 64 and CF. RGB value is (71,100,207). Sum of RGB (Red+Green+Blue) = 71+100+207=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4764CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764CF is #B89B30. Grayscale: #676767. Windows color (decimal): -12098353 or 13591623. OLE color: 13591623.

HSL color Cylindrical-coordinate representation of color #4764CF: hue angle of 227.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4764CF is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 100 207 -
CMYK 0.66 0.52 0 0.19
HSL 227.21º 0.59% 0.55% -
HSV(B) 227.21º 0.66% 0.81% -
XYZ 18.42 14.96 60.95 -
YUV 103.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 71 100 207 0.66 0.52 0 0.19 227.21 0.59 0.55
Hex 47 64 CF 42 34 0 13 E3 3B 37
Octal 107 144 317 102 64 0 23 343 73 67
Binary 1000111 1100100 11001111 1000010 110100 0 10011 11100011 111011 110111

Color Harmonies of #4764CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4764CF

Black with #4764CF

Text Example


Text Example

White with #4764CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4764CF; }

 p { color: rgb(71,100,207); }

 H1.HeaderClassName
 {
   color: #4764CF;
 }
 .AnyTagClassName
 {
   color: #4764CF;
 }
</style>

background-color css

<style>
 a { background-color: #4764CF; }

 a { background-color: rgb(71,100,207); }

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

border-color css

<style>
 span { border-color: #4764CF; }

 span { border-color: rgb(71,100,207); }

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