Html Css Color HEX #4670D0 Royal Blue

📋 copy color: '#4670D0'

red 70 ◦ green 112 ◦ blue 208

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

Shades of Royal Blue #4670D0

Tints of Royal Blue #4670D0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 17.95%
G = 28.72%
B = 53.33%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4670D0 (or 0x4670D0) is known color: Royal Blue. HEX triplet: 46, 70 and D0. RGB value is (70,112,208). Sum of RGB (Red+Green+Blue) = 70+112+208=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #4670D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670D0 is #B98F2F. Grayscale: #6D6D6D. Windows color (decimal): -12160816 or 13660230. OLE color: 13660230.

HSL color Cylindrical-coordinate representation of color #4670D0: hue angle of 221.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4670D0 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 112 208 -
CMYK 0.66 0.46 0 0.18
HSL 221.74º 0.59% 0.55% -
HSV(B) 221.74º 0.66% 0.82% -
XYZ 19.71 17.44 62 -
YUV 110.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 70 112 208 0.66 0.46 0 0.18 221.74 0.59 0.55
Hex 46 70 D0 42 2E 0 12 DE 3B 37
Octal 106 160 320 102 56 0 22 336 73 67
Binary 1000110 1110000 11010000 1000010 101110 0 10010 11011110 111011 110111

Color Harmonies of #4670D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670D0

Black with #4670D0

Text Example


Text Example

White with #4670D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4670D0; }

 p { color: rgb(70,112,208); }

 H1.HeaderClassName
 {
   color: #4670D0;
 }
 .AnyTagClassName
 {
   color: #4670D0;
 }
</style>

background-color css

<style>
 a { background-color: #4670D0; }

 a { background-color: rgb(70,112,208); }

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

border-color css

<style>
 span { border-color: #4670D0; }

 span { border-color: rgb(70,112,208); }

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