Html Css Color HEX #4466CB Free Speech Blue

📋 copy color: '#4466CB'

red 68 ◦ green 102 ◦ blue 203

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

Shades of Free Speech Blue #4466CB

Tints of Free Speech Blue #4466CB

RGB

 RED value IS 68 (26.95% from 255) = 18.23%

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 18.23%
G = 27.35%
B = 54.42%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4466CB (or 0x4466CB) is known color: Free Speech Blue. HEX triplet: 44, 66 and CB. RGB value is (68,102,203). Sum of RGB (Red+Green+Blue) = 68+102+203=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #4466CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466CB is #BB9934. Grayscale: #666666. Windows color (decimal): -12294453 or 13329988. OLE color: 13329988.

HSL color Cylindrical-coordinate representation of color #4466CB: hue angle of 224.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4466CB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 102 203 -
CMYK 0.67 0.50 0 0.20
HSL 224.89º 0.56% 0.53% -
HSV(B) 224.89º 0.67% 0.8% -
XYZ 17.91 15.04 58.46 -
YUV 103.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 68 102 203 0.67 0.50 0 0.20 224.89 0.56 0.53
Hex 44 66 CB 43 32 0 14 E1 38 35
Octal 104 146 313 103 62 0 24 341 70 65
Binary 1000100 1100110 11001011 1000011 110010 0 10100 11100001 111000 110101

Color Harmonies of #4466CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4466CB

Black with #4466CB

Text Example


Text Example

White with #4466CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4466CB; }

 p { color: rgb(68,102,203); }

 H1.HeaderClassName
 {
   color: #4466CB;
 }
 .AnyTagClassName
 {
   color: #4466CB;
 }
</style>

background-color css

<style>
 a { background-color: #4466CB; }

 a { background-color: rgb(68,102,203); }

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

border-color css

<style>
 span { border-color: #4466CB; }

 span { border-color: rgb(68,102,203); }

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