Html Css Color HEX #4A62CB Free Speech Blue

📋 copy color: '#4A62CB'

red 74 ◦ green 98 ◦ blue 203

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

Shades of Free Speech Blue #4A62CB

Tints of Free Speech Blue #4A62CB

RGB

 RED value IS 74 (29.3% from 255) = 19.73%

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

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

R = 19.73%
G = 26.13%
B = 54.13%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A62CB (or 0x4A62CB) is known color: Free Speech Blue. HEX triplet: 4A, 62 and CB. RGB value is (74,98,203). Sum of RGB (Red+Green+Blue) = 74+98+203=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A62CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A62CB is #B59D34. Grayscale: #666666. Windows color (decimal): -11902261 or 13328970. OLE color: 13328970.

HSL color Cylindrical-coordinate representation of color #4A62CB: hue angle of 228.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A62CB is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 98 203 -
CMYK 0.64 0.52 0 0.20
HSL 228.84º 0.55% 0.54% -
HSV(B) 228.84º 0.64% 0.8% -
XYZ 17.97 14.5 58.35 -
YUV 102.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 74 98 203 0.64 0.52 0 0.20 228.84 0.55 0.54
Hex 4A 62 CB 40 34 0 14 E5 37 36
Octal 112 142 313 100 64 0 24 345 67 66
Binary 1001010 1100010 11001011 1000000 110100 0 10100 11100101 110111 110110

Color Harmonies of #4A62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A62CB

Black with #4A62CB

Text Example


Text Example

White with #4A62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A62CB; }

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

 H1.HeaderClassName
 {
   color: #4A62CB;
 }
 .AnyTagClassName
 {
   color: #4A62CB;
 }
</style>

background-color css

<style>
 a { background-color: #4A62CB; }

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

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

border-color css

<style>
 span { border-color: #4A62CB; }

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

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