Html Css Color HEX #478ABF Curious Blue

📋 copy color: '#478ABF'

red 71 ◦ green 138 ◦ blue 191

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

Shades of Curious Blue #478ABF

Tints of Curious Blue #478ABF

RGB

 RED value IS 71 (28.13% from 255) = 17.75%

 GREEN value IS 138 (54.3% from 255) = 34.5%

 BLUE value IS 191 (75% from 255) = 47.75%

R = 17.75%
G = 34.5%
B = 47.75%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#478ABF (or 0x478ABF) is known color: Curious Blue. HEX triplet: 47, 8A and BF. RGB value is (71,138,191). Sum of RGB (Red+Green+Blue) = 71+138+191=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #478ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ABF is #B87540. Grayscale: #7B7B7B. Windows color (decimal): -12088641 or 12552775. OLE color: 12552775.

HSL color Cylindrical-coordinate representation of color #478ABF: hue angle of 206.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478ABF is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 138 191 -
CMYK 0.63 0.28 0 0.25
HSL 206.5º 0.48% 0.51% -
HSV(B) 206.5º 0.63% 0.75% -
XYZ 21.09 23.28 52.67 -
YUV 124.01 165.8 90.19 -
System Red Green Blue C M Y K H S L
Decimal 71 138 191 0.63 0.28 0 0.25 206.5 0.48 0.51
Hex 47 8A BF 3F 1C 0 19 CE 30 33
Octal 107 212 277 77 34 0 31 316 60 63
Binary 1000111 10001010 10111111 111111 11100 0 11001 11001110 110000 110011

Color Harmonies of #478ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ABF

Black with #478ABF

Text Example


Text Example

White with #478ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478ABF; }

 p { color: rgb(71,138,191); }

 H1.HeaderClassName
 {
   color: #478ABF;
 }
 .AnyTagClassName
 {
   color: #478ABF;
 }
</style>

background-color css

<style>
 a { background-color: #478ABF; }

 a { background-color: rgb(71,138,191); }

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

border-color css

<style>
 span { border-color: #478ABF; }

 span { border-color: rgb(71,138,191); }

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