Html Css Color HEX #4683E0 Royal Blue

📋 copy color: '#4683E0'

red 70 ◦ green 131 ◦ blue 224

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

Shades of Royal Blue #4683E0

Tints of Royal Blue #4683E0

RGB

 RED value IS 70 (27.73% from 255) = 16.47%

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 224 (87.89% from 255) = 52.71%

R = 16.47%
G = 30.82%
B = 52.71%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4683E0 (or 0x4683E0) is known color: Royal Blue. HEX triplet: 46, 83 and E0. RGB value is (70,131,224). Sum of RGB (Red+Green+Blue) = 70+131+224=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #4683E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683E0 is #B97C1F. Grayscale: #7A7A7A. Windows color (decimal): -12155936 or 14713670. OLE color: 14713670.

HSL color Cylindrical-coordinate representation of color #4683E0: hue angle of 216.23º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4683E0 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 131 224 -
CMYK 0.69 0.42 0 0.12
HSL 216.23º 0.71% 0.58% -
HSV(B) 216.23º 0.69% 0.88% -
XYZ 24.1 22.92 73.67 -
YUV 123.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 70 131 224 0.69 0.42 0 0.12 216.23 0.71 0.58
Hex 46 83 E0 45 2A 0 C D8 47 3A
Octal 106 203 340 105 52 0 14 330 107 72
Binary 1000110 10000011 11100000 1000101 101010 0 1100 11011000 1000111 111010

Color Harmonies of #4683E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4683E0

Black with #4683E0

Text Example


Text Example

White with #4683E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4683E0; }

 p { color: rgb(70,131,224); }

 H1.HeaderClassName
 {
   color: #4683E0;
 }
 .AnyTagClassName
 {
   color: #4683E0;
 }
</style>

background-color css

<style>
 a { background-color: #4683E0; }

 a { background-color: rgb(70,131,224); }

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

border-color css

<style>
 span { border-color: #4683E0; }

 span { border-color: rgb(70,131,224); }

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