Html Css Color HEX #4748CF Free Speech Blue

📋 copy color: '#4748CF'

red 71 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Blue #4748CF

Tints of Free Speech Blue #4748CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 20.29%
G = 20.57%
B = 59.14%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4748CF (or 0x4748CF) is known color: Free Speech Blue. HEX triplet: 47, 48 and CF. RGB value is (71,72,207). Sum of RGB (Red+Green+Blue) = 71+72+207=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #4748CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748CF is #B8B730. Grayscale: #565656. Windows color (decimal): -12105521 or 13584455. OLE color: 13584455.

HSL color Cylindrical-coordinate representation of color #4748CF: hue angle of 239.56º 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 #4748CF is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 72 207 -
CMYK 0.66 0.65 0 0.19
HSL 239.56º 0.59% 0.55% -
HSV(B) 239.56º 0.66% 0.81% -
XYZ 16.18 10.48 60.2 -
YUV 87.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 71 72 207 0.66 0.65 0 0.19 239.56 0.59 0.55
Hex 47 48 CF 42 41 0 13 F0 3B 37
Octal 107 110 317 102 101 0 23 360 73 67
Binary 1000111 1001000 11001111 1000010 1000001 0 10011 11110000 111011 110111

Color Harmonies of #4748CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748CF

Black with #4748CF

Text Example


Text Example

White with #4748CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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