Html Css Color HEX #4B8FDA Picton Blue

📋 copy color: '#4B8FDA'

red 75 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #4B8FDA

Tints of Picton Blue #4B8FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

 BLUE value IS 218 (85.55% from 255) = 50%

R = 17.2%
G = 32.8%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4B8FDA (or 0x4B8FDA) is known color: Picton Blue. HEX triplet: 4B, 8F and DA. RGB value is (75,143,218). Sum of RGB (Red+Green+Blue) = 75+143+218=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B8FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8FDA is #B47025. Grayscale: #828282. Windows color (decimal): -11825190 or 14323531. OLE color: 14323531.

HSL color Cylindrical-coordinate representation of color #4B8FDA: hue angle of 211.47º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B8FDA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 143 218 -
CMYK 0.66 0.34 0 0.15
HSL 211.47º 0.66% 0.57% -
HSV(B) 211.47º 0.66% 0.85% -
XYZ 25.38 26.2 70.05 -
YUV 131.22 176.97 87.9 -
System Red Green Blue C M Y K H S L
Decimal 75 143 218 0.66 0.34 0 0.15 211.47 0.66 0.57
Hex 4B 8F DA 42 22 0 F D3 42 39
Octal 113 217 332 102 42 0 17 323 102 71
Binary 1001011 10001111 11011010 1000010 100010 0 1111 11010011 1000010 111001

Color Harmonies of #4B8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8FDA

Black with #4B8FDA

Text Example


Text Example

White with #4B8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,143,218); }

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

background-color css

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

 a { background-color: rgb(75,143,218); }

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

border-color css

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

 span { border-color: rgb(75,143,218); }

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