Html Css Color HEX #426DC1 Free Speech Blue

📋 copy color: '#426DC1'

red 66 ◦ green 109 ◦ blue 193

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

Shades of Free Speech Blue #426DC1

Tints of Free Speech Blue #426DC1

RGB

 RED value IS 66 (26.17% from 255) = 17.93%

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 193 (75.78% from 255) = 52.45%

R = 17.93%
G = 29.62%
B = 52.45%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#426DC1 (or 0x426DC1) is known color: Free Speech Blue. HEX triplet: 42, 6D and C1. RGB value is (66,109,193). Sum of RGB (Red+Green+Blue) = 66+109+193=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #426DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DC1 is #BD923E. Grayscale: #696969. Windows color (decimal): -12423743 or 12676418. OLE color: 12676418.

HSL color Cylindrical-coordinate representation of color #426DC1: hue angle of 219.69º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426DC1 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 109 193 -
CMYK 0.66 0.44 0 0.24
HSL 219.69º 0.51% 0.51% -
HSV(B) 219.69º 0.66% 0.76% -
XYZ 17.34 15.95 52.62 -
YUV 105.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 66 109 193 0.66 0.44 0 0.24 219.69 0.51 0.51
Hex 42 6D C1 42 2C 0 18 DC 33 33
Octal 102 155 301 102 54 0 30 334 63 63
Binary 1000010 1101101 11000001 1000010 101100 0 11000 11011100 110011 110011

Color Harmonies of #426DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DC1

Black with #426DC1

Text Example


Text Example

White with #426DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426DC1; }

 p { color: rgb(66,109,193); }

 H1.HeaderClassName
 {
   color: #426DC1;
 }
 .AnyTagClassName
 {
   color: #426DC1;
 }
</style>

background-color css

<style>
 a { background-color: #426DC1; }

 a { background-color: rgb(66,109,193); }

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

border-color css

<style>
 span { border-color: #426DC1; }

 span { border-color: rgb(66,109,193); }

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