Html Css Color HEX #426CBC Free Speech Blue

📋 copy color: '#426CBC'

red 66 ◦ green 108 ◦ blue 188

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

Shades of Free Speech Blue #426CBC

Tints of Free Speech Blue #426CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 18.23%
G = 29.83%
B = 51.93%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#426CBC (or 0x426CBC) is known color: Free Speech Blue. HEX triplet: 42, 6C and BC. RGB value is (66,108,188). Sum of RGB (Red+Green+Blue) = 66+108+188=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #426CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CBC is #BD9343. Grayscale: #686868. Windows color (decimal): -12424004 or 12348482. OLE color: 12348482.

HSL color Cylindrical-coordinate representation of color #426CBC: hue angle of 219.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426CBC is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 108 188 -
CMYK 0.65 0.43 0 0.26
HSL 219.34º 0.48% 0.5% -
HSV(B) 219.34º 0.65% 0.74% -
XYZ 16.69 15.51 49.69 -
YUV 104.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 66 108 188 0.65 0.43 0 0.26 219.34 0.48 0.5
Hex 42 6C BC 41 2B 0 1A DB 30 32
Octal 102 154 274 101 53 0 32 333 60 62
Binary 1000010 1101100 10111100 1000001 101011 0 11010 11011011 110000 110010

Color Harmonies of #426CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CBC

Black with #426CBC

Text Example


Text Example

White with #426CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,188); }

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

background-color css

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

 a { background-color: rgb(66,108,188); }

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

border-color css

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

 span { border-color: rgb(66,108,188); }

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