Html Css Color HEX #4C6BED Royal Blue

📋 copy color: '#4C6BED'

red 76 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #4C6BED

Tints of Royal Blue #4C6BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 18.1%
G = 25.48%
B = 56.43%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4C6BED (or 0x4C6BED) is known color: Royal Blue. HEX triplet: 4C, 6B and ED. RGB value is (76,107,237). Sum of RGB (Red+Green+Blue) = 76+107+237=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #4C6BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6BED is #B39412. Grayscale: #707070. Windows color (decimal): -11768851 or 15559500. OLE color: 15559500.

HSL color Cylindrical-coordinate representation of color #4C6BED: hue angle of 228.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C6BED is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 107 237 -
CMYK 0.68 0.55 0 0.07
HSL 228.45º 0.82% 0.61% -
HSV(B) 228.45º 0.68% 0.93% -
XYZ 23.52 18.17 82.39 -
YUV 112.55 198.23 101.93 -
System Red Green Blue C M Y K H S L
Decimal 76 107 237 0.68 0.55 0 0.07 228.45 0.82 0.61
Hex 4C 6B ED 44 37 0 7 E4 52 3D
Octal 114 153 355 104 67 0 7 344 122 75
Binary 1001100 1101011 11101101 1000100 110111 0 111 11100100 1010010 111101

Color Harmonies of #4C6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6BED

Black with #4C6BED

Text Example


Text Example

White with #4C6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,107,237); }

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

background-color css

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

 a { background-color: rgb(76,107,237); }

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

border-color css

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

 span { border-color: rgb(76,107,237); }

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