Html Css Color HEX #4462CB Free Speech Blue

📋 copy color: '#4462CB'

red 68 ◦ green 98 ◦ blue 203

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

Shades of Free Speech Blue #4462CB

Tints of Free Speech Blue #4462CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 18.43%
G = 26.56%
B = 55.01%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4462CB (or 0x4462CB) is known color: Free Speech Blue. HEX triplet: 44, 62 and CB. RGB value is (68,98,203). Sum of RGB (Red+Green+Blue) = 68+98+203=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #4462CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462CB is #BB9D34. Grayscale: #646464. Windows color (decimal): -12295477 or 13328964. OLE color: 13328964.

HSL color Cylindrical-coordinate representation of color #4462CB: hue angle of 226.67º 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 #4462CB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 98 203 -
CMYK 0.67 0.52 0 0.20
HSL 226.67º 0.56% 0.53% -
HSV(B) 226.67º 0.67% 0.8% -
XYZ 17.53 14.28 58.33 -
YUV 101 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 68 98 203 0.67 0.52 0 0.20 226.67 0.56 0.53
Hex 44 62 CB 43 34 0 14 E3 38 35
Octal 104 142 313 103 64 0 24 343 70 65
Binary 1000100 1100010 11001011 1000011 110100 0 10100 11100011 111000 110101

Color Harmonies of #4462CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4462CB

Black with #4462CB

Text Example


Text Example

White with #4462CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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