Html Css Color HEX #4B7EEF Royal Blue

📋 copy color: '#4B7EEF'

red 75 ◦ green 126 ◦ blue 239

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

Shades of Royal Blue #4B7EEF

Tints of Royal Blue #4B7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 17.05%
G = 28.64%
B = 54.32%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4B7EEF (or 0x4B7EEF) is known color: Royal Blue. HEX triplet: 4B, 7E and EF. RGB value is (75,126,239). Sum of RGB (Red+Green+Blue) = 75+126+239=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7EEF is #B48110. Grayscale: #7B7B7B. Windows color (decimal): -11829521 or 15695435. OLE color: 15695435.

HSL color Cylindrical-coordinate representation of color #4B7EEF: hue angle of 221.34º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B7EEF is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 126 239 -
CMYK 0.69 0.47 0 0.06
HSL 221.34º 0.84% 0.62% -
HSV(B) 221.34º 0.69% 0.94% -
XYZ 25.94 22.65 84.67 -
YUV 123.63 193.1 93.31 -
System Red Green Blue C M Y K H S L
Decimal 75 126 239 0.69 0.47 0 0.06 221.34 0.84 0.62
Hex 4B 7E EF 45 2F 0 6 DD 54 3E
Octal 113 176 357 105 57 0 6 335 124 76
Binary 1001011 1111110 11101111 1000101 101111 0 110 11011101 1010100 111110

Color Harmonies of #4B7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7EEF

Black with #4B7EEF

Text Example


Text Example

White with #4B7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,126,239); }

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

background-color css

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

 a { background-color: rgb(75,126,239); }

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

border-color css

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

 span { border-color: rgb(75,126,239); }

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