Html Css Color HEX #478BBF Curious Blue

📋 copy color: '#478BBF'

red 71 ◦ green 139 ◦ blue 191

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

Shades of Curious Blue #478BBF

Tints of Curious Blue #478BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 17.71%
G = 34.66%
B = 47.63%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#478BBF (or 0x478BBF) is known color: Curious Blue. HEX triplet: 47, 8B and BF. RGB value is (71,139,191). Sum of RGB (Red+Green+Blue) = 71+139+191=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #478BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BBF is #B87440. Grayscale: #7C7C7C. Windows color (decimal): -12088385 or 12553031. OLE color: 12553031.

HSL color Cylindrical-coordinate representation of color #478BBF: hue angle of 206º 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 #478BBF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 139 191 -
CMYK 0.63 0.27 0 0.25
HSL 206º 0.48% 0.51% -
HSV(B) 206º 0.63% 0.75% -
XYZ 21.24 23.57 52.72 -
YUV 124.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 71 139 191 0.63 0.27 0 0.25 206 0.48 0.51
Hex 47 8B BF 3F 1B 0 19 CE 30 33
Octal 107 213 277 77 33 0 31 316 60 63
Binary 1000111 10001011 10111111 111111 11011 0 11001 11001110 110000 110011

Color Harmonies of #478BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BBF

Black with #478BBF

Text Example


Text Example

White with #478BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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