Html Css Color HEX #4B96DD Picton Blue

📋 copy color: '#4B96DD'

red 75 ◦ green 150 ◦ blue 221

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

Shades of Picton Blue #4B96DD

Tints of Picton Blue #4B96DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 16.82%
G = 33.63%
B = 49.55%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B96DD (or 0x4B96DD) is known color: Picton Blue. HEX triplet: 4B, 96 and DD. RGB value is (75,150,221). Sum of RGB (Red+Green+Blue) = 75+150+221=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B96DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B96DD is #B46922. Grayscale: #878787. Windows color (decimal): -11823395 or 14521931. OLE color: 14521931.

HSL color Cylindrical-coordinate representation of color #4B96DD: hue angle of 209.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B96DD is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 150 221 -
CMYK 0.66 0.32 0 0.13
HSL 209.18º 0.68% 0.58% -
HSV(B) 209.18º 0.66% 0.87% -
XYZ 26.86 28.53 72.5 -
YUV 135.67 176.15 84.73 -
System Red Green Blue C M Y K H S L
Decimal 75 150 221 0.66 0.32 0 0.13 209.18 0.68 0.58
Hex 4B 96 DD 42 20 0 D D1 44 3A
Octal 113 226 335 102 40 0 15 321 104 72
Binary 1001011 10010110 11011101 1000010 100000 0 1101 11010001 1000100 111010

Color Harmonies of #4B96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B96DD

Black with #4B96DD

Text Example


Text Example

White with #4B96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,150,221); }

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

background-color css

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

 a { background-color: rgb(75,150,221); }

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

border-color css

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

 span { border-color: rgb(75,150,221); }

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