Html Css Color HEX #4B62CB Free Speech Blue

📋 copy color: '#4B62CB'

red 75 ◦ green 98 ◦ blue 203

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

Shades of Free Speech Blue #4B62CB

Tints of Free Speech Blue #4B62CB

RGB

 RED value IS 75 (29.69% from 255) = 19.95%

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

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

R = 19.95%
G = 26.06%
B = 53.99%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B62CB (or 0x4B62CB) is known color: Free Speech Blue. HEX triplet: 4B, 62 and CB. RGB value is (75,98,203). Sum of RGB (Red+Green+Blue) = 75+98+203=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B62CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B62CB is #B49D34. Grayscale: #666666. Windows color (decimal): -11836725 or 13328971. OLE color: 13328971.

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

Color convert

RGB 75 98 203 -
CMYK 0.63 0.52 0 0.20
HSL 229.22º 0.55% 0.55% -
HSV(B) 229.22º 0.63% 0.8% -
XYZ 18.05 14.54 58.36 -
YUV 103.09 184.38 107.96 -
System Red Green Blue C M Y K H S L
Decimal 75 98 203 0.63 0.52 0 0.20 229.22 0.55 0.55
Hex 4B 62 CB 3F 34 0 14 E5 37 37
Octal 113 142 313 77 64 0 24 345 67 67
Binary 1001011 1100010 11001011 111111 110100 0 10100 11100101 110111 110111

Color Harmonies of #4B62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B62CB

Black with #4B62CB

Text Example


Text Example

White with #4B62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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