Html Css Color HEX #4136DB Free Speech Blue

📋 copy color: '#4136DB'

red 65 ◦ green 54 ◦ blue 219

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

Shades of Free Speech Blue #4136DB

Tints of Free Speech Blue #4136DB

RGB

 RED value IS 65 (25.78% from 255) = 19.23%

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 19.23%
G = 15.98%
B = 64.79%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4136DB (or 0x4136DB) is known color: Free Speech Blue. HEX triplet: 41, 36 and DB. RGB value is (65,54,219). Sum of RGB (Red+Green+Blue) = 65+54+219=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #4136DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136DB is #BEC924. Grayscale: #4B4B4B. Windows color (decimal): -12503333 or 14366273. OLE color: 14366273.

HSL color Cylindrical-coordinate representation of color #4136DB: hue angle of 244º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4136DB is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 54 219 -
CMYK 0.70 0.75 0 0.14
HSL 244º 0.7% 0.54% -
HSV(B) 244º 0.75% 0.86% -
XYZ 16.29 8.88 67.87 -
YUV 76.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 65 54 219 0.70 0.75 0 0.14 244 0.7 0.54
Hex 41 36 DB 46 4B 0 E F4 46 36
Octal 101 66 333 106 113 0 16 364 106 66
Binary 1000001 110110 11011011 1000110 1001011 0 1110 11110100 1000110 110110

Color Harmonies of #4136DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4136DB

Black with #4136DB

Text Example


Text Example

White with #4136DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4136DB; }

 p { color: rgb(65,54,219); }

 H1.HeaderClassName
 {
   color: #4136DB;
 }
 .AnyTagClassName
 {
   color: #4136DB;
 }
</style>

background-color css

<style>
 a { background-color: #4136DB; }

 a { background-color: rgb(65,54,219); }

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

border-color css

<style>
 span { border-color: #4136DB; }

 span { border-color: rgb(65,54,219); }

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