Html Css Color HEX #4C68EB Royal Blue

📋 copy color: '#4C68EB'

red 76 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #4C68EB

Tints of Royal Blue #4C68EB

RGB

 RED value IS 76 (30.08% from 255) = 18.31%

 GREEN value IS 104 (41.02% from 255) = 25.06%

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 18.31%
G = 25.06%
B = 56.63%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C68EB (or 0x4C68EB) is known color: Royal Blue. HEX triplet: 4C, 68 and EB. RGB value is (76,104,235). Sum of RGB (Red+Green+Blue) = 76+104+235=415 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.31% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C68EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C68EB is #B39714. Grayscale: #6E6E6E. Windows color (decimal): -11769621 or 15427660. OLE color: 15427660.

HSL color Cylindrical-coordinate representation of color #4C68EB: hue angle of 229.43º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C68EB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 104 235 -
CMYK 0.68 0.56 0 0.08
HSL 229.43º 0.8% 0.61% -
HSV(B) 229.43º 0.68% 0.92% -
XYZ 22.93 17.44 80.75 -
YUV 110.56 198.22 103.35 -
System Red Green Blue C M Y K H S L
Decimal 76 104 235 0.68 0.56 0 0.08 229.43 0.8 0.61
Hex 4C 68 EB 44 38 0 8 E5 50 3D
Octal 114 150 353 104 70 0 10 345 120 75
Binary 1001100 1101000 11101011 1000100 111000 0 1000 11100101 1010000 111101

Color Harmonies of #4C68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C68EB

Black with #4C68EB

Text Example


Text Example

White with #4C68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,104,235); }

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

background-color css

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

 a { background-color: rgb(76,104,235); }

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

border-color css

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

 span { border-color: rgb(76,104,235); }

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