Html Css Color HEX #4938D0 Free Speech Blue

📋 copy color: '#4938D0'

red 73 ◦ green 56 ◦ blue 208

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

Shades of Free Speech Blue #4938D0

Tints of Free Speech Blue #4938D0

RGB

 RED value IS 73 (28.91% from 255) = 21.66%

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 208 (81.64% from 255) = 61.72%

R = 21.66%
G = 16.62%
B = 61.72%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4938D0 (or 0x4938D0) is known color: Free Speech Blue. HEX triplet: 49, 38 and D0. RGB value is (73,56,208). Sum of RGB (Red+Green+Blue) = 73+56+208=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #4938D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938D0 is #B6C72F. Grayscale: #4D4D4D. Windows color (decimal): -11978544 or 13645897. OLE color: 13645897.

HSL color Cylindrical-coordinate representation of color #4938D0: hue angle of 246.71º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4938D0 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 56 208 -
CMYK 0.65 0.73 0 0.18
HSL 246.71º 0.62% 0.52% -
HSV(B) 246.71º 0.73% 0.82% -
XYZ 15.55 8.8 60.55 -
YUV 78.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 73 56 208 0.65 0.73 0 0.18 246.71 0.62 0.52
Hex 49 38 D0 41 49 0 12 F7 3E 34
Octal 111 70 320 101 111 0 22 367 76 64
Binary 1001001 111000 11010000 1000001 1001001 0 10010 11110111 111110 110100

Color Harmonies of #4938D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4938D0

Black with #4938D0

Text Example


Text Example

White with #4938D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4938D0; }

 p { color: rgb(73,56,208); }

 H1.HeaderClassName
 {
   color: #4938D0;
 }
 .AnyTagClassName
 {
   color: #4938D0;
 }
</style>

background-color css

<style>
 a { background-color: #4938D0; }

 a { background-color: rgb(73,56,208); }

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

border-color css

<style>
 span { border-color: #4938D0; }

 span { border-color: rgb(73,56,208); }

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