Html Css Color HEX #426BC4 Free Speech Blue

📋 copy color: '#426BC4'

red 66 ◦ green 107 ◦ blue 196

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

Shades of Free Speech Blue #426BC4

Tints of Free Speech Blue #426BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

 BLUE value IS 196 (76.95% from 255) = 53.12%

R = 17.89%
G = 29%
B = 53.12%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#426BC4 (or 0x426BC4) is known color: Free Speech Blue. HEX triplet: 42, 6B and C4. RGB value is (66,107,196). Sum of RGB (Red+Green+Blue) = 66+107+196=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #426BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BC4 is #BD943B. Grayscale: #686868. Windows color (decimal): -12424252 or 12872514. OLE color: 12872514.

HSL color Cylindrical-coordinate representation of color #426BC4: hue angle of 221.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426BC4 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 107 196 -
CMYK 0.66 0.45 0 0.23
HSL 221.08º 0.52% 0.51% -
HSV(B) 221.08º 0.66% 0.77% -
XYZ 17.47 15.66 54.33 -
YUV 104.89 179.42 100.26 -
System Red Green Blue C M Y K H S L
Decimal 66 107 196 0.66 0.45 0 0.23 221.08 0.52 0.51
Hex 42 6B C4 42 2D 0 17 DD 34 33
Octal 102 153 304 102 55 0 27 335 64 63
Binary 1000010 1101011 11000100 1000010 101101 0 10111 11011101 110100 110011

Color Harmonies of #426BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BC4

Black with #426BC4

Text Example


Text Example

White with #426BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,107,196); }

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

background-color css

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

 a { background-color: rgb(66,107,196); }

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

border-color css

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

 span { border-color: rgb(66,107,196); }

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